ResourceOperation.ResourceName Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to