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

154 строки
8.2 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.id()
name: id()
nameWithType: MetricInner.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 metric Id.</p>
<p></p>
syntax: public String id()
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.id()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.name()
name: name()
nameWithType: MetricInner.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 localizable string.</p>
<p></p>
syntax: public LocalizableStringInner name()
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.name()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.timeseries()
name: timeseries()
nameWithType: MetricInner.timeseries()
returns:
description: <p>the timeseries value </p>
type: List&lt;<xref href="com.microsoft.azure.management.monitor.TimeSeriesElement?alt=com.microsoft.azure.management.monitor.TimeSeriesElement&text=TimeSeriesElement" data-throw-if-not-resolved="False"/>&gt;
summary: >-
<p>Get the time series returned when a data query is performed.</p>
<p></p>
syntax: public List<TimeSeriesElement> timeseries()
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.timeseries()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.type()
name: type()
nameWithType: MetricInner.type()
returns:
description: <p>the type value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the resource type of the metric resource.</p>
<p></p>
syntax: public String type()
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.type()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.unit()
name: unit()
nameWithType: MetricInner.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.MetricInner.unit()
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.withId(String id)
name: withId(String id)
nameWithType: MetricInner.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 MetricInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the metric Id.</p>
<p></p>
syntax: public MetricInner withId(String id)
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.withId(String)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.withName(LocalizableStringInner name)
name: withName(LocalizableStringInner name)
nameWithType: MetricInner.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 MetricInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the name and the display name of the metric, i.e. it is localizable string.</p>
<p></p>
syntax: public MetricInner withName(LocalizableStringInner name)
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.withName(LocalizableStringInner)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.withTimeseries(List<TimeSeriesElement> timeseries)
name: withTimeseries(List<TimeSeriesElement> timeseries)
nameWithType: MetricInner.withTimeseries(List<TimeSeriesElement> timeseries)
parameters:
- description: <p>the timeseries value to set </p>
name: timeseries
type: List&lt;<xref href="com.microsoft.azure.management.monitor.TimeSeriesElement?alt=com.microsoft.azure.management.monitor.TimeSeriesElement&text=TimeSeriesElement" data-throw-if-not-resolved="False"/>&gt;
returns:
description: <p>the MetricInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the time series returned when a data query is performed.</p>
<p></p>
syntax: public MetricInner withTimeseries(List<TimeSeriesElement> timeseries)
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.withTimeseries(List<TimeSeriesElement>)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.withType(String type)
name: withType(String type)
nameWithType: MetricInner.withType(String type)
parameters:
- description: <p>the type value to set </p>
name: type
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
returns:
description: <p>the MetricInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner" data-throw-if-not-resolved="False"/>
summary: >-
<p>Set the resource type of the metric resource.</p>
<p></p>
syntax: public MetricInner withType(String type)
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.withType(String)
- fullName: com.microsoft.azure.management.monitor.implementation.MetricInner.withUnit(Unit unit)
name: withUnit(Unit unit)
nameWithType: MetricInner.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 MetricInner object itself. </p>
type: <xref href="com.microsoft.azure.management.monitor.implementation.MetricInner?alt=com.microsoft.azure.management.monitor.implementation.MetricInner&text=MetricInner" 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 MetricInner withUnit(Unit unit)
uid: com.microsoft.azure.management.monitor.implementation.MetricInner.withUnit(Unit)
nameWithType: MetricInner
syntax: public class MetricInner
type: class
uid: com.microsoft.azure.management.monitor.implementation.MetricInner
fullName: com.microsoft.azure.management.monitor.implementation.MetricInner
name: MetricInner
package: com.microsoft.azure.management.monitor.implementation
summary: <p>The result data of a query. </p>
metadata: {}