IQuotaRequestOneResourceProperties.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.
The name of the resource type. Optional field.
[Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The name of the resource type. Optional field.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceType", Update=true)]
public string ResourceType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Quota.Runtime.Info(Create=true, Description="The name of the resource type. Optional field.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="resourceType", Update=true)>]
member this.ResourceType : string with get, set
Public Property ResourceType As String
Property Value
- Attributes