Share via


AvailableProviderOperationDisplay.Resource Property

Definition

Gets or sets the localized friendly form of the resource type related to this action/operation - it should match the public documentation for the resource provider. It should use Title Casing

  • for examples, please refer to the 'name' section.
[Newtonsoft.Json.JsonProperty(PropertyName="resource")]
public string Resource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resource")>]
member this.Resource : string with get, set
Public Property Resource As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to