IDisplay.Operation 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.
The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.
[Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Info(Description="The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="operation")]
public string Operation { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Runtime.Info(Description="The localized friendly name for the operation as shown to the user. This name should be concise (to fit in drop downs), but clear (self-documenting). Use Title Casing and include the entity/resource to which it applies.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=true, Required=false, SerializedName="operation")>]
member this.Operation : string
Public ReadOnly Property Operation As String
Property Value
- Attributes