DelegatedSubnetUsage 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
DelegatedSubnetUsage() |
Initializes a new instance of the DelegatedSubnetUsage class. |
DelegatedSubnetUsage(String, Nullable<Int64>) |
Initializes a new instance of the DelegatedSubnetUsage class. |
DelegatedSubnetUsage()
Initializes a new instance of the DelegatedSubnetUsage class.
public DelegatedSubnetUsage ();
Public Sub New ()
Applies to
DelegatedSubnetUsage(String, Nullable<Int64>)
Initializes a new instance of the DelegatedSubnetUsage class.
public DelegatedSubnetUsage (string subnetName = default, long? usage = default);
new Microsoft.Azure.Management.MySQL.FlexibleServers.Models.DelegatedSubnetUsage : string * Nullable<int64> -> Microsoft.Azure.Management.MySQL.FlexibleServers.Models.DelegatedSubnetUsage
Public Sub New (Optional subnetName As String = Nothing, Optional usage As Nullable(Of Long) = Nothing)
Parameters
- subnetName
- String
name of the subnet
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