ServiceSpecification Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Service specification payload
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.ServiceSpecificationTypeConverter))]
public class ServiceSpecification : Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.IServiceSpecification
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MixedReality.Models.Api20210301Preview.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.MixedReality.Models.Api20210301Preview.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() |