Share via


StoragePoolOperationDisplay Class

Definition

Metadata about an operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.StoragePoolOperationDisplayTypeConverter))]
public class StoragePoolOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IStoragePoolOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.StoragePoolOperationDisplayTypeConverter))>]
type StoragePoolOperationDisplay = class
    interface IStoragePoolOperationDisplay
    interface IJsonSerializable
Public Class StoragePoolOperationDisplay
Implements IStoragePoolOperationDisplay
Inheritance
StoragePoolOperationDisplay
Attributes
Implements

Constructors

StoragePoolOperationDisplay()

Creates an new StoragePoolOperationDisplay instance.

Properties

Description

Localized friendly description for the operation, as it should be shown to the user.

Operation

Localized friendly name for the operation, as it should be shown to the user.

Provider

Localized friendly form of the resource provider name.

Resource

Localized friendly form of the resource type related to this action/operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of StoragePoolOperationDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of StoragePoolOperationDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DiskPool.Models.Api20210801.IStoragePoolOperationDisplay.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of StoragePoolOperationDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to