ISubRequest.ResourceType 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.
Resource type for which the quota properties were requested.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="Resource type for which the quota properties were requested.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceType", Update=false)]
public string ResourceType { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=false, Description="Resource type for which the quota properties were requested.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="resourceType", Update=false)>]
member this.ResourceType : string
Public ReadOnly Property ResourceType As String
Property Value
- Attributes