IOperation.ServiceSpecificationMetricSpecification Property
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.
Metric specifications of operation.
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Metric specifications of operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMetricSpecification) }, Read=true, ReadOnly=false, Required=false, SerializedName="metricSpecifications", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMetricSpecification> ServiceSpecificationMetricSpecification { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Metric specifications of operation.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMetricSpecification) }, Read=true, ReadOnly=false, Required=false, SerializedName="metricSpecifications", Update=true)>]
member this.ServiceSpecificationMetricSpecification : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.IMetricSpecification> with get, set
Public Property ServiceSpecificationMetricSpecification As List(Of IMetricSpecification)
Property Value
- Attributes