Partager via


ServiceSpecification Class

Definition

One property of operation, include metric specifications.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ServiceSpecificationTypeConverter))]
public class ServiceSpecification : Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IServiceSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ServiceSpecificationTypeConverter))>]
type ServiceSpecification = class
    interface IServiceSpecification
    interface IJsonSerializable
Public Class ServiceSpecification
Implements IServiceSpecification
Inheritance
ServiceSpecification
Attributes
Implements

Constructors

ServiceSpecification()

Creates an new ServiceSpecification instance.

Properties

MetricSpecification

Metric specifications of operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceSpecification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceSpecification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IServiceSpecification.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceSpecification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to