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.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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET