Compartir a través de


OperationAutoGenerated Class

Definition

Storage REST API operation definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGeneratedTypeConverter))]
public class OperationAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.OperationAutoGeneratedTypeConverter))>]
type OperationAutoGenerated = class
    interface IOperationAutoGenerated
    interface IJsonSerializable
Public Class OperationAutoGenerated
Implements IOperationAutoGenerated
Inheritance
OperationAutoGenerated
Attributes
Implements

Constructors

OperationAutoGenerated()

Creates an new OperationAutoGenerated instance.

Properties

DisplayDescription

Description of the operation.

DisplayOperation

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

DisplayProvider

Service provider: Microsoft Storage.

DisplayResource

Resource on which the operation is performed etc.

Name

Operation name: {provider}/{resource}/{operation}

Origin

The origin of operations.

ServiceSpecificationMetricSpecification

Metric specifications of operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OperationAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OperationAutoGenerated.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IOperationAutoGenerated.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of OperationAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to