IOperationsDiscovery.DisplayOperation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 DisplayOperation { 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.DisplayOperation : string with get, set
Public Property DisplayOperation As String
Property Value
- Attributes