Partilhar via


Display Class

Definition

Detailed HANA operation information

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.DisplayTypeConverter))]
public class Display : Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.IDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.DisplayTypeConverter))>]
type Display = class
    interface IDisplay
    interface IJsonSerializable
Public Class Display
Implements IDisplay
Inheritance
Display
Attributes
Implements

Constructors

Display()

Creates an new Display instance.

Properties

Description

The localized friendly description for the operation as shown to the user. This description should be thorough, yet concise. It will be used in tool-tips and detailed views.

Operation

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.

Origin

The intended executor of the operation; governs the display of the operation in the RBAC UX and the audit logs UX. Default value is 'user,system'

Provider

The localized friendly form of the resource provider name. This form is also expected to include the publisher/company responsible. Use Title Casing. Begin with "Microsoft" for 1st party services.

Resource

The localized friendly form of the resource type related to this action/operation. This form should match the public documentation for the resource provider. Use Title Casing. For examples, refer to the “name” section.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Display.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Display.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.HanaOnAzure.Models.Api20200207Preview.IDisplay.

FromJsonString(String)

Creates a new instance of Display, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of Display into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to