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
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