QuotaAvailabilityRequest 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
QuotaAvailabilityRequest() |
Initializes a new instance of the QuotaAvailabilityRequest class. |
QuotaAvailabilityRequest(String, String, String) |
Initializes a new instance of the QuotaAvailabilityRequest class. |
QuotaAvailabilityRequest()
Initializes a new instance of the QuotaAvailabilityRequest class.
public QuotaAvailabilityRequest ();
Public Sub New ()
Applies to
QuotaAvailabilityRequest(String, String, String)
Initializes a new instance of the QuotaAvailabilityRequest class.
public QuotaAvailabilityRequest (string name, string type, string resourceGroup);
new Microsoft.Azure.Management.NetApp.Models.QuotaAvailabilityRequest : string * string * string -> Microsoft.Azure.Management.NetApp.Models.QuotaAvailabilityRequest
Public Sub New (name As String, type As String, resourceGroup As String)
Parameters
- name
- String
Name of the resource to verify.
- type
- String
Resource type used for verification. Possible values include: 'Microsoft.NetApp/netAppAccounts', 'Microsoft.NetApp/netAppAccounts/capacityPools', 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes', 'Microsoft.NetApp/netAppAccounts/capacityPools/volumes/snapshots'
- resourceGroup
- String
Resource group name.