IDisplay.Resource Property

Definition

Gets or sets the resource. The localized friendly form of the resource related to this action/operation – it should match the public documentation for the resource provider. It should use Title Casing. This value should be unique for a particular URL type (e.g. nested types should not reuse their parent’s display.resource field) e.g. "Virtual Machines" or "Scheduler Job Collections", or "Virtual Machine VM Sizes" or "Scheduler Jobs".

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the resource.\r\n        The localized friendly form of the resource related to this action/operation – it\r\n        should match the public documentation for the resource provider.\r\n        It should use Title Casing.\r\n        This value should be unique for a particular URL type (e.g. nested types should *not*\r\n        reuse their parent’s display.resource field)\r\n        e.g. "Virtual Machines" or "Scheduler Job Collections", or "Virtual Machine VM Sizes"\r\n        or "Scheduler Jobs".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="resource")]
public string Resource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the resource.\r\n        The localized friendly form of the resource related to this action/operation – it\r\n        should match the public documentation for the resource provider.\r\n        It should use Title Casing.\r\n        This value should be unique for a particular URL type (e.g. nested types should *not*\r\n        reuse their parent’s display.resource field)\r\n        e.g. "Virtual Machines" or "Scheduler Job Collections", or "Virtual Machine VM Sizes"\r\n        or "Scheduler Jobs".", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="resource")>]
member this.Resource : string with get, set
Public Property Resource As String

Property Value

Attributes

Applies to