共用方式為


DelegatedSubnetUsage Constructors

Definition

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.PostgreSQL.FlexibleServers.Models.DelegatedSubnetUsage : string * Nullable<int64> -> Microsoft.Azure.Management.PostgreSQL.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

usage
Nullable<Int64>

Number of used delegated subnets

Applies to