你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ApiOperationPropertiesServiceSpecification Class

Definition

Specification of the all the metrics provided for a resource type.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationPropertiesServiceSpecificationTypeConverter))]
public class ApiOperationPropertiesServiceSpecification : Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationPropertiesServiceSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.ApiOperationPropertiesServiceSpecificationTypeConverter))>]
type ApiOperationPropertiesServiceSpecification = class
    interface IApiOperationPropertiesServiceSpecification
    interface IJsonSerializable
Public Class ApiOperationPropertiesServiceSpecification
Implements IApiOperationPropertiesServiceSpecification
Inheritance
ApiOperationPropertiesServiceSpecification
Attributes
Implements

Constructors

ApiOperationPropertiesServiceSpecification()

Creates an new ApiOperationPropertiesServiceSpecification instance.

Properties

LogSpecification

Details about operations related to logs.

MetricSpecification

Details about operations related to metrics.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ApiOperationPropertiesServiceSpecification.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ApiOperationPropertiesServiceSpecification.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StorageCache.Models.Api20230501.IApiOperationPropertiesServiceSpecification.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ApiOperationPropertiesServiceSpecification into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to