IQuotaIdentity.ResourceProviderName Property

Definition

The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.

[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceProviderName", Update=true)]
public string ResourceProviderName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The resource provider name, such as - Microsoft.Compute. Currently only Microsoft.Compute resource provider supports this API.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceProviderName", Update=true)>]
member this.ResourceProviderName : string with get, set
Public Property ResourceProviderName As String

Property Value

Attributes

Applies to