CurrentUsagesBase 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
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
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