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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET