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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET