IQuotaIdentity.ResourceProviderName Property
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.
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