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

282 строки
18 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.dimensions()
name: dimensions()
nameWithType: MetricDefinitionInner.dimensions()
returns:
description: <p>the dimensions value </p>
type: List&lt;<xref href="com.microsoft.azure.management.monitor.implementation.LocalizableStringInner?alt=com.microsoft.azure.management.monitor.implementation.LocalizableStringInner&text=LocalizableStringInner" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the name and the display name of the dimension, i.e. it is a localizable string.</p>
<p></p>
syntax: public List<LocalizableStringInner> dimensions()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.dimensions()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.id()
name: id()
nameWithType: MetricDefinitionInner.id()
returns:
description: <p>the id value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the resource identifier of the metric definition.</p>
<p></p>
syntax: public String id()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.id()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.isDimensionRequired()
name: isDimensionRequired()
nameWithType: MetricDefinitionInner.isDimensionRequired()
returns:
description: <p>the isDimensionRequired value </p>
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get flag to indicate whether the dimension is required.</p>
<p></p>
syntax: public Boolean isDimensionRequired()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.isDimensionRequired()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.metricAvailabilities()
name: metricAvailabilities()
nameWithType: MetricDefinitionInner.metricAvailabilities()
returns:
description: <p>the metricAvailabilities value </p>
type: List&lt;<xref href="com.microsoft.azure.management.monitor.MetricAvailability?alt=com.microsoft.azure.management.monitor.MetricAvailability&text=MetricAvailability" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the collection of what aggregation intervals are available to be queried.</p>
<p></p>
syntax: public List<MetricAvailability> metricAvailabilities()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.metricAvailabilities()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.name()
name: name()
nameWithType: MetricDefinitionInner.name()
returns:
description: <p>the name value </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.LocalizableStringInner?alt=com.microsoft.azure.management.monitor.implementation.LocalizableStringInner&text=LocalizableStringInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name and the display name of the metric, i.e. it is a localizable string.</p>
<p></p>
syntax: public LocalizableStringInner name()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.name()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.primaryAggregationType()
name: primaryAggregationType()
nameWithType: MetricDefinitionInner.primaryAggregationType()
returns:
description: <p>the primaryAggregationType value </p>
type: <xref href="com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the primary aggregation type value defining how to use the values for display. Possible values include: 'None', 'Average', 'Count', 'Minimum', 'Maximum', 'Total'.</p>
<p></p>
syntax: public AggregationType primaryAggregationType()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.primaryAggregationType()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.resourceId()
name: resourceId()
nameWithType: MetricDefinitionInner.resourceId()
returns:
description: <p>the resourceId value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the resource identifier of the resource that emitted the metric.</p>
<p></p>
syntax: public String resourceId()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.resourceId()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.supportedAggregationTypes()
name: supportedAggregationTypes()
nameWithType: MetricDefinitionInner.supportedAggregationTypes()
returns:
description: <p>the supportedAggregationTypes value </p>
type: List&lt;<xref href="com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the collection of what aggregation types are supported.</p>
<p></p>
syntax: public List<AggregationType> supportedAggregationTypes()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.supportedAggregationTypes()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.unit()
name: unit()
nameWithType: MetricDefinitionInner.unit()
returns:
description: <p>the unit value </p>
type: <xref href="com.microsoft.azure.management.monitor.Unit?alt=com.microsoft.azure.management.monitor.Unit&text=Unit" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'CountPerSecond', 'BytesPerSecond', 'Percent', 'MilliSeconds', 'ByteSeconds', 'Unspecified', 'Cores', 'MilliCores', 'NanoCores', 'BitsPerSecond'.</p>
<p></p>
syntax: public Unit unit()
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.unit()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withDimensions(List<LocalizableStringInner> dimensions)
name: withDimensions(List<LocalizableStringInner> dimensions)
nameWithType: MetricDefinitionInner.withDimensions(List<LocalizableStringInner> dimensions)
parameters:
- description: <p>the dimensions value to set </p>
name: dimensions
type: List&lt;<xref href="com.microsoft.azure.management.monitor.implementation.LocalizableStringInner?alt=com.microsoft.azure.management.monitor.implementation.LocalizableStringInner&text=LocalizableStringInner" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name and the display name of the dimension, i.e. it is a localizable string.</p>
<p></p>
syntax: public MetricDefinitionInner withDimensions(List<LocalizableStringInner> dimensions)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withDimensions(List<LocalizableStringInner>)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withId(String id)
name: withId(String id)
nameWithType: MetricDefinitionInner.withId(String id)
parameters:
- description: <p>the id value to set </p>
name: id
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the resource identifier of the metric definition.</p>
<p></p>
syntax: public MetricDefinitionInner withId(String id)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withId(String)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withIsDimensionRequired(Boolean isDimensionRequired)
name: withIsDimensionRequired(Boolean isDimensionRequired)
nameWithType: MetricDefinitionInner.withIsDimensionRequired(Boolean isDimensionRequired)
parameters:
- description: <p>the isDimensionRequired value to set </p>
name: isDimensionRequired
type: <xref href="Boolean?alt=Boolean&text=Boolean" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set flag to indicate whether the dimension is required.</p>
<p></p>
syntax: public MetricDefinitionInner withIsDimensionRequired(Boolean isDimensionRequired)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withIsDimensionRequired(Boolean)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)
name: withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)
nameWithType: MetricDefinitionInner.withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)
parameters:
- description: <p>the metricAvailabilities value to set </p>
name: metricAvailabilities
type: List&lt;<xref href="com.microsoft.azure.management.monitor.MetricAvailability?alt=com.microsoft.azure.management.monitor.MetricAvailability&text=MetricAvailability" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the collection of what aggregation intervals are available to be queried.</p>
<p></p>
syntax: public MetricDefinitionInner withMetricAvailabilities(List<MetricAvailability> metricAvailabilities)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withMetricAvailabilities(List<MetricAvailability>)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withName(LocalizableStringInner name)
name: withName(LocalizableStringInner name)
nameWithType: MetricDefinitionInner.withName(LocalizableStringInner name)
parameters:
- description: <p>the name value to set </p>
name: name
type: <xref href="com.microsoft.azure.management.monitor.implementation.LocalizableStringInner?alt=com.microsoft.azure.management.monitor.implementation.LocalizableStringInner&text=LocalizableStringInner" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name and the display name of the metric, i.e. it is a localizable string.</p>
<p></p>
syntax: public MetricDefinitionInner withName(LocalizableStringInner name)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withName(LocalizableStringInner)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withNamespace(String namespace)
name: withNamespace(String namespace)
nameWithType: MetricDefinitionInner.withNamespace(String namespace)
parameters:
- description: <p>the namespace value to set </p>
name: namespace
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the namespace the metric belongs to.</p>
<p></p>
syntax: public MetricDefinitionInner withNamespace(String namespace)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withNamespace(String)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType)
name: withPrimaryAggregationType(AggregationType primaryAggregationType)
nameWithType: MetricDefinitionInner.withPrimaryAggregationType(AggregationType primaryAggregationType)
parameters:
- description: <p>the primaryAggregationType value to set </p>
name: primaryAggregationType
type: <xref href="com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the primary aggregation type value defining how to use the values for display. Possible values include: 'None', 'Average', 'Count', 'Minimum', 'Maximum', 'Total'.</p>
<p></p>
syntax: public MetricDefinitionInner withPrimaryAggregationType(AggregationType primaryAggregationType)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withPrimaryAggregationType(AggregationType)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withResourceId(String resourceId)
name: withResourceId(String resourceId)
nameWithType: MetricDefinitionInner.withResourceId(String resourceId)
parameters:
- description: <p>the resourceId value to set </p>
name: resourceId
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the resource identifier of the resource that emitted the metric.</p>
<p></p>
syntax: public MetricDefinitionInner withResourceId(String resourceId)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withResourceId(String)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)
name: withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)
nameWithType: MetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)
parameters:
- description: <p>the supportedAggregationTypes value to set </p>
name: supportedAggregationTypes
type: List&lt;<xref href="com.microsoft.azure.management.monitor.AggregationType?alt=com.microsoft.azure.management.monitor.AggregationType&text=AggregationType" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the collection of what aggregation types are supported.</p>
<p></p>
syntax: public MetricDefinitionInner withSupportedAggregationTypes(List<AggregationType> supportedAggregationTypes)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withSupportedAggregationTypes(List<AggregationType>)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withUnit(Unit unit)
name: withUnit(Unit unit)
nameWithType: MetricDefinitionInner.withUnit(Unit unit)
parameters:
- description: <p>the unit value to set </p>
name: unit
type: <xref href="com.microsoft.azure.management.monitor.Unit?alt=com.microsoft.azure.management.monitor.Unit&text=Unit" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricDefinitionInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner?alt=com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner&text=MetricDefinitionInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'CountPerSecond', 'BytesPerSecond', 'Percent', 'MilliSeconds', 'ByteSeconds', 'Unspecified', 'Cores', 'MilliCores', 'NanoCores', 'BitsPerSecond'.</p>
<p></p>
syntax: public MetricDefinitionInner withUnit(Unit unit)
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner.withUnit(Unit)
nameWithType: MetricDefinitionInner
syntax: public class MetricDefinitionInner
type: class
uid: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner
fullName: com.microsoft.azure.management.monitor.implementation.MetricDefinitionInner
name: MetricDefinitionInner
package: com.microsoft.azure.management.monitor.implementation
summary: <p>Metric definition class specifies the metadata for a metric. </p>
metadata: {}