ArmNetworkModelFactory.ApplicationGatewayAuthConfig Method
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.
public static Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig ApplicationGatewayAuthConfig(string name = default, Azure.Core.ResourceIdentifier authenticationPolicyId = default);
static member ApplicationGatewayAuthConfig : string * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.Network.Models.ApplicationGatewayAuthConfig
Public Shared Function ApplicationGatewayAuthConfig (Optional name As String = Nothing, Optional authenticationPolicyId As ResourceIdentifier = Nothing) As ApplicationGatewayAuthConfig
Parameters
- name
- String
The name of the auth configuration.
- authenticationPolicyId
- ResourceIdentifier
Resource ID.
Returns
A new ApplicationGatewayAuthConfig instance for mocking.