azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

250 строки
16 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.MetricSpecification"
fullName: "com.microsoft.azure.management.storage.MetricSpecification"
name: "MetricSpecification"
nameWithType: "MetricSpecification"
summary: "Metric specification of operation."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public class MetricSpecification"
constructors:
- uid: "com.microsoft.azure.management.storage.MetricSpecification.MetricSpecification()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.MetricSpecification()"
name: "MetricSpecification()"
nameWithType: "MetricSpecification.MetricSpecification()"
syntax: "public MetricSpecification()"
methods:
- uid: "com.microsoft.azure.management.storage.MetricSpecification.aggregationType()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.aggregationType()"
name: "aggregationType()"
nameWithType: "MetricSpecification.aggregationType()"
summary: "Get aggregation type could be Average."
syntax: "public String aggregationType()"
desc: "Get aggregation type could be Average."
returns:
description: "the aggregationType value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.category()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.category()"
name: "category()"
nameWithType: "MetricSpecification.category()"
summary: "Get the category this metric specification belong to, could be Capacity."
syntax: "public String category()"
desc: "Get the category this metric specification belong to, could be Capacity."
returns:
description: "the category value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.dimensions()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.dimensions()"
name: "dimensions()"
nameWithType: "MetricSpecification.dimensions()"
summary: "Get dimensions of blobs, including blob type and access tier."
syntax: "public List<Dimension> dimensions()"
desc: "Get dimensions of blobs, including blob type and access tier."
returns:
description: "the dimensions value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.Dimension?alt=com.microsoft.azure.management.storage.Dimension&text=Dimension\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.displayDescription()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.displayDescription()"
name: "displayDescription()"
nameWithType: "MetricSpecification.displayDescription()"
summary: "Get display description of metric specification."
syntax: "public String displayDescription()"
desc: "Get display description of metric specification."
returns:
description: "the displayDescription value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.displayName()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.displayName()"
name: "displayName()"
nameWithType: "MetricSpecification.displayName()"
summary: "Get display name of metric specification."
syntax: "public String displayName()"
desc: "Get display name of metric specification."
returns:
description: "the displayName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.fillGapWithZero()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.fillGapWithZero()"
name: "fillGapWithZero()"
nameWithType: "MetricSpecification.fillGapWithZero()"
summary: "Get the property to decide fill gap with zero or not."
syntax: "public Boolean fillGapWithZero()"
desc: "Get the property to decide fill gap with zero or not."
returns:
description: "the fillGapWithZero value"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.name()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.name()"
name: "name()"
nameWithType: "MetricSpecification.name()"
summary: "Get name of metric specification."
syntax: "public String name()"
desc: "Get name of metric specification."
returns:
description: "the name value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.resourceIdDimensionNameOverride()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.resourceIdDimensionNameOverride()"
name: "resourceIdDimensionNameOverride()"
nameWithType: "MetricSpecification.resourceIdDimensionNameOverride()"
summary: "Get account Resource Id."
syntax: "public String resourceIdDimensionNameOverride()"
desc: "Get account Resource Id."
returns:
description: "the resourceIdDimensionNameOverride value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.unit()"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.unit()"
name: "unit()"
nameWithType: "MetricSpecification.unit()"
summary: "Get unit could be Bytes or Count."
syntax: "public String unit()"
desc: "Get unit could be Bytes or Count."
returns:
description: "the unit value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withAggregationType(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withAggregationType(String aggregationType)"
name: "withAggregationType(String aggregationType)"
nameWithType: "MetricSpecification.withAggregationType(String aggregationType)"
summary: "Set aggregation type could be Average."
parameters:
- description: "the aggregationType value to set"
name: "aggregationType"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withAggregationType(String aggregationType)"
desc: "Set aggregation type could be Average."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withCategory(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withCategory(String category)"
name: "withCategory(String category)"
nameWithType: "MetricSpecification.withCategory(String category)"
summary: "Set the category this metric specification belong to, could be Capacity."
parameters:
- description: "the category value to set"
name: "category"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withCategory(String category)"
desc: "Set the category this metric specification belong to, could be Capacity."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withDimensions(java.util.List<com.microsoft.azure.management.storage.Dimension>)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withDimensions(List<Dimension> dimensions)"
name: "withDimensions(List<Dimension> dimensions)"
nameWithType: "MetricSpecification.withDimensions(List<Dimension> dimensions)"
summary: "Set dimensions of blobs, including blob type and access tier."
parameters:
- description: "the dimensions value to set"
name: "dimensions"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.Dimension?alt=com.microsoft.azure.management.storage.Dimension&text=Dimension\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public MetricSpecification withDimensions(List<Dimension> dimensions)"
desc: "Set dimensions of blobs, including blob type and access tier."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withDisplayDescription(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withDisplayDescription(String displayDescription)"
name: "withDisplayDescription(String displayDescription)"
nameWithType: "MetricSpecification.withDisplayDescription(String displayDescription)"
summary: "Set display description of metric specification."
parameters:
- description: "the displayDescription value to set"
name: "displayDescription"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withDisplayDescription(String displayDescription)"
desc: "Set display description of metric specification."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withDisplayName(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "MetricSpecification.withDisplayName(String displayName)"
summary: "Set display name of metric specification."
parameters:
- description: "the displayName value to set"
name: "displayName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withDisplayName(String displayName)"
desc: "Set display name of metric specification."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withFillGapWithZero(java.lang.Boolean)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero)"
name: "withFillGapWithZero(Boolean fillGapWithZero)"
nameWithType: "MetricSpecification.withFillGapWithZero(Boolean fillGapWithZero)"
summary: "Set the property to decide fill gap with zero or not."
parameters:
- description: "the fillGapWithZero value to set"
name: "fillGapWithZero"
type: "<xref href=\"java.lang.Boolean?alt=java.lang.Boolean&text=Boolean\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withFillGapWithZero(Boolean fillGapWithZero)"
desc: "Set the property to decide fill gap with zero or not."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withName(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withName(String name)"
name: "withName(String name)"
nameWithType: "MetricSpecification.withName(String name)"
summary: "Set name of metric specification."
parameters:
- description: "the name value to set"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withName(String name)"
desc: "Set name of metric specification."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withResourceIdDimensionNameOverride(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)"
name: "withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)"
nameWithType: "MetricSpecification.withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)"
summary: "Set account Resource Id."
parameters:
- description: "the resourceIdDimensionNameOverride value to set"
name: "resourceIdDimensionNameOverride"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withResourceIdDimensionNameOverride(String resourceIdDimensionNameOverride)"
desc: "Set account Resource Id."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.MetricSpecification.withUnit(java.lang.String)"
fullName: "com.microsoft.azure.management.storage.MetricSpecification.withUnit(String unit)"
name: "withUnit(String unit)"
nameWithType: "MetricSpecification.withUnit(String unit)"
summary: "Set unit could be Bytes or Count."
parameters:
- description: "the unit value to set"
name: "unit"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MetricSpecification withUnit(String unit)"
desc: "Set unit could be Bytes or Count."
returns:
description: "the MetricSpecification object itself."
type: "<xref href=\"com.microsoft.azure.management.storage.MetricSpecification?alt=com.microsoft.azure.management.storage.MetricSpecification&text=MetricSpecification\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Metric specification of operation."
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4