次の方法で共有


IPolicyIdentity.ResourceType Property

Definition

The resource type name. For example the type name of a web app is 'sites' (from Microsoft.Web/sites).

[Microsoft.Azure.PowerShell.Cmdlets.Policy.Runtime.Info(Create=true, Description="The resource type name. For example the type name of a web app is 'sites' (from Microsoft.Web/sites).", 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.Policy.Runtime.Info(Create=true, Description="The resource type name. For example the type name of a web app is 'sites' (from Microsoft.Web/sites).", 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

Applies to