Compartilhar via


DelegatedSubnetUsage Construtores

Definição

Sobrecargas

DelegatedSubnetUsage()

Inicializa uma nova instância da classe DelegatedSubnetUsage.

DelegatedSubnetUsage(String, Nullable<Int64>)

Inicializa uma nova instância da classe DelegatedSubnetUsage.

DelegatedSubnetUsage()

Inicializa uma nova instância da classe DelegatedSubnetUsage.

public DelegatedSubnetUsage ();
Public Sub New ()

Aplica-se a

DelegatedSubnetUsage(String, Nullable<Int64>)

Inicializa uma nova instância da classe DelegatedSubnetUsage.

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)

Parâmetros

subnetName
String

nome da sub-rede

usage
Nullable<Int64>

Número de sub-redes delegadas usadas

Aplica-se a