ArmNetworkModelFactory.VpnLinkConnectionSharedKeyProperties 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.
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.
- provisioningState
- Nullable<NetworkProvisioningState>
The provisioning state of the SharedKey resource.
Returns
A new VpnLinkConnectionSharedKeyProperties instance for mocking.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET