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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET