Share via


IDisplay.Operation Property

Definition

Gets or sets the operation. The localized friendly name for the operation, as it should be shown to the user. It should be concise (to fit in drop downs) but clear (i.e. self-documenting). It should use Title Casing. Prescriptive guidance: Read Create or Update Delete 'ActionName'.

[Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the operation.\r\n        The localized friendly name for the operation, as it should be shown to the user.\r\n        It should be concise (to fit in drop downs) but clear (i.e. self-documenting).\r\n        It should use Title Casing.\r\n        Prescriptive guidance: Read Create or Update Delete 'ActionName'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operation")]
public string Operation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ResourceMover.Runtime.Info(Description="Gets or sets the operation.\r\n        The localized friendly name for the operation, as it should be shown to the user.\r\n        It should be concise (to fit in drop downs) but clear (i.e. self-documenting).\r\n        It should use Title Casing.\r\n        Prescriptive guidance: Read Create or Update Delete 'ActionName'.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="operation")>]
member this.Operation : string with get, set
Public Property Operation As String

Property Value

Attributes

Applies to