ConnectionSharedKeyInner Constructors
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.
Overloads
ConnectionSharedKeyInner() |
Initializes a new instance of the ConnectionSharedKeyInner class. |
ConnectionSharedKeyInner(String, String) |
Initializes a new instance of the ConnectionSharedKeyInner class. |
ConnectionSharedKeyInner()
Initializes a new instance of the ConnectionSharedKeyInner class.
public ConnectionSharedKeyInner ();
Public Sub New ()
Applies to
ConnectionSharedKeyInner(String, String)
Initializes a new instance of the ConnectionSharedKeyInner class.
public ConnectionSharedKeyInner (string value, string id = default);
new Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner : string * string -> Microsoft.Azure.Management.Network.Fluent.Models.ConnectionSharedKeyInner
Public Sub New (value As String, Optional id As String = Nothing)
Parameters
- value
- String
The virtual network connection shared key value.
- id
- String
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