ArmNetworkModelFactory.VpnLinkConnectionSharedKeyProperties Method

Definition

Initializes a new instance of VpnLinkConnectionSharedKeyProperties.

public static Azure.ResourceManager.Network.Models.VpnLinkConnectionSharedKeyProperties VpnLinkConnectionSharedKeyProperties (string sharedKey = default, int? sharedKeyLength = default, Azure.ResourceManager.Network.Models.NetworkProvisioningState? provisioningState = default);
static member VpnLinkConnectionSharedKeyProperties : string * Nullable<int> * Nullable<Azure.ResourceManager.Network.Models.NetworkProvisioningState> -> Azure.ResourceManager.Network.Models.VpnLinkConnectionSharedKeyProperties
Public Shared Function VpnLinkConnectionSharedKeyProperties (Optional sharedKey As String = Nothing, Optional sharedKeyLength As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of NetworkProvisioningState) = Nothing) As VpnLinkConnectionSharedKeyProperties

Parameters

sharedKey
String

The value of the shared key for the vpn link connection.

sharedKeyLength
Nullable<Int32>

The length of the shared key for the vpn link connection.

provisioningState
Nullable<NetworkProvisioningState>

The provisioning state of the SharedKey resource.

Returns

A new VpnLinkConnectionSharedKeyProperties instance for mocking.

Applies to