共用方式為


CurrentUsagesBase Constructors

Definition

Overloads

CurrentUsagesBase()

Initializes a new instance of the CurrentUsagesBase class.

CurrentUsagesBase(String, String, String, UsagesProperties)

Initializes a new instance of the CurrentUsagesBase class.

CurrentUsagesBase()

Initializes a new instance of the CurrentUsagesBase class.

public CurrentUsagesBase ();
Public Sub New ()

Applies to

CurrentUsagesBase(String, String, String, UsagesProperties)

Initializes a new instance of the CurrentUsagesBase class.

public CurrentUsagesBase (string id = default, string type = default, string name = default, Microsoft.Azure.Management.Quota.Models.UsagesProperties properties = default);
new Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase : string * string * string * Microsoft.Azure.Management.Quota.Models.UsagesProperties -> Microsoft.Azure.Management.Quota.Models.CurrentUsagesBase
Public Sub New (Optional id As String = Nothing, Optional type As String = Nothing, Optional name As String = Nothing, Optional properties As UsagesProperties = Nothing)

Parameters

id
String

The resource ID.

type
String

The resource type.

name
String

The resource name.

properties
UsagesProperties

Usage properties for the specified resource.

Applies to