ApiOperationPropertiesServiceSpecification 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.
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() |