Compartir a través de


ResourceProviderOperationDisplay Class

Definition

Display metadata associated with the operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ResourceProviderOperationDisplayTypeConverter))]
public class ResourceProviderOperationDisplay : Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IResourceProviderOperationDisplay
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.ResourceProviderOperationDisplayTypeConverter))>]
type ResourceProviderOperationDisplay = class
    interface IResourceProviderOperationDisplay
    interface IJsonSerializable
Public Class ResourceProviderOperationDisplay
Implements IResourceProviderOperationDisplay
Inheritance
ResourceProviderOperationDisplay
Attributes
Implements

Constructors

ResourceProviderOperationDisplay()

Creates an new ResourceProviderOperationDisplay instance.

Properties

Description

Description of this operation.

Operation

Type of operation: get, read, delete, etc.

Provider

Resource provider: Microsoft Custom Providers.

Resource

Resource on which the operation is performed.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ResourceProviderOperationDisplay.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ResourceProviderOperationDisplay.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CustomProviders.Models.Api20180901Preview.IResourceProviderOperationDisplay.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ResourceProviderOperationDisplay into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to