ServiceSpecification Class

Definition

Service specification payload

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

Specifications of the Log for Azure Monitoring

MetricSpecification

Specifications of the Metrics for Azure Monitoring

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.AppConfiguration.Models.Api20220501.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