ConnectionResetSharedKey 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
ConnectionResetSharedKey() |
Initializes a new instance of the ConnectionResetSharedKey class. |
ConnectionResetSharedKey(Int32) |
Initializes a new instance of the ConnectionResetSharedKey class. |
ConnectionResetSharedKey()
Initializes a new instance of the ConnectionResetSharedKey class.
public ConnectionResetSharedKey ();
Public Sub New ()
Applies to
ConnectionResetSharedKey(Int32)
Initializes a new instance of the ConnectionResetSharedKey class.
public ConnectionResetSharedKey (int keyLength);
new Microsoft.Azure.Management.Network.Models.ConnectionResetSharedKey : int -> Microsoft.Azure.Management.Network.Models.ConnectionResetSharedKey
Public Sub New (keyLength As Integer)
Parameters
- keyLength
- Int32
The virtual network connection reset shared key length, should between 1 and 128.
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