StoragePoolOperationDisplay Class

Definition

Metadata about an operation.

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

Constructors

Name Description
StoragePoolOperationDisplay()

Creates an new StoragePoolOperationDisplay instance.

Properties

Name Description
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

Name Description
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.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