Compartir a través de


ServiceSpecification Class

Definition

Resource metrics service provided by Microsoft.Insights resource provider.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.ServiceSpecificationTypeConverter))]
public class ServiceSpecification : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IServiceSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.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

LogSpecification
MetricSpecification

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.Functions.Models.Api20190801.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.

Applies to