共用方式為


ResourceOperation.ResourceType Property

Definition

Gets or sets type of the resource as specified in the artifacts. For ARM resources, this is the type of the resource specified in the template.

[Newtonsoft.Json.JsonProperty(PropertyName="resourceType")]
public string ResourceType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resourceType")>]
member this.ResourceType : string with get, set
Public Property ResourceType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to