ภาษา

AuthenticationPolicyPropertiesFormat Constructor

Definition

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.

Applies to