AuthenticationPolicyPropertiesFormat Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of AuthenticationPolicyPropertiesFormat.
public AuthenticationPolicyPropertiesFormat(Azure.ResourceManager.Network.Models.UserTrustProviderType userTrustProviderType, Azure.ResourceManager.Network.Models.AuthenticationProviderProperties authenticationProperties);
new Azure.ResourceManager.Network.Models.AuthenticationPolicyPropertiesFormat : Azure.ResourceManager.Network.Models.UserTrustProviderType * Azure.ResourceManager.Network.Models.AuthenticationProviderProperties -> Azure.ResourceManager.Network.Models.AuthenticationPolicyPropertiesFormat
Public Sub New (userTrustProviderType As UserTrustProviderType, authenticationProperties As AuthenticationProviderProperties)
Parameters
- userTrustProviderType
- UserTrustProviderType
The type of the user trust provider. Only Microsoft Entra is supported, using the serialized value entra.
- authenticationProperties
- AuthenticationProviderProperties
The authentication provider configuration for the policy.
Exceptions
authenticationProperties is null.