293 строки
26 KiB
YAML
293 строки
26 KiB
YAML
### YamlMime:JavaType
|
||
constructors:
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.BaselinesInner(Retrofit retrofit, MonitorManagementClientImpl client)
|
||
name: BaselinesInner(Retrofit retrofit, MonitorManagementClientImpl client)
|
||
nameWithType: BaselinesInner.BaselinesInner(Retrofit retrofit, MonitorManagementClientImpl client)
|
||
parameters:
|
||
- description: <p>the Retrofit instance built from a Retrofit Builder. </p>
|
||
name: retrofit
|
||
type: <xref href="Retrofit?alt=Retrofit&text=Retrofit" data-throw-if-not-resolved="False"/>
|
||
- description: <p>the instance of the service client containing this operation class. </p>
|
||
name: client
|
||
type: <xref href="com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl?alt=com.microsoft.azure.management.monitor.implementation.MonitorManagementClientImpl&text=MonitorManagementClientImpl" data-throw-if-not-resolved="False"/>
|
||
summary: >-
|
||
<p>Initializes an instance of BaselinesInner.</p>
|
||
|
||
<p></p>
|
||
syntax: public BaselinesInner(Retrofit retrofit, MonitorManagementClientImpl client)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.BaselinesInner(Retrofit,MonitorManagementClientImpl)
|
||
inheritances:
|
||
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
||
methods:
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.list(String resourceUri)
|
||
name: list(String resourceUri)
|
||
nameWithType: BaselinesInner.list(String resourceUri)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
- type: <xref href="ErrorResponseException?alt=ErrorResponseException&text=ErrorResponseException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if the request is rejected by server </p>
|
||
- type: <xref href="RuntimeException?alt=RuntimeException&text=RuntimeException" data-throw-if-not-resolved="False"/>
|
||
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
||
returns:
|
||
description: <p>the List<SingleMetricBaselineInner> object if successful. </p>
|
||
type: List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public List<SingleMetricBaselineInner> list(String resourceUri)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.list(String)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.list(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
name: list(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
nameWithType: BaselinesInner.list(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The names of the metrics (comma separated) to retrieve. </p>
|
||
name: metricnames
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>Metric namespace to query metric definitions for. </p>
|
||
name: metricnamespace
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. </p>
|
||
name: timespan
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The interval (i.e. timegrain) of the query. </p>
|
||
name: interval
|
||
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of aggregation types (comma separated) to retrieve. </p>
|
||
name: aggregation
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of sensitivities (comma separated) to retrieve. </p>
|
||
name: sensitivities
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. </p>
|
||
name: filter
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: "<p>Allows retrieving only metadata of the baseline. On data request all information is retrieved. Possible values include: 'Data', 'Metadata' </p>"
|
||
name: resultType
|
||
type: <xref href="com.microsoft.azure.management.monitor.ResultType?alt=com.microsoft.azure.management.monitor.ResultType&text=ResultType" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
- type: <xref href="ErrorResponseException?alt=ErrorResponseException&text=ErrorResponseException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if the request is rejected by server </p>
|
||
- type: <xref href="RuntimeException?alt=RuntimeException&text=RuntimeException" data-throw-if-not-resolved="False"/>
|
||
description: <p>all other wrapped checked exceptions if the request fails to be sent </p>
|
||
returns:
|
||
description: <p>the List<SingleMetricBaselineInner> object if successful. </p>
|
||
type: List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public List<SingleMetricBaselineInner> list(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.list(String,String,String,String,Period,String,String,String,ResultType)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String resourceUri)
|
||
name: listAsync(String resourceUri)
|
||
nameWithType: BaselinesInner.listAsync(String resourceUri)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the observable to the List<SingleMetricBaselineInner> object </p>
|
||
type: Observable<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public Observable<List<SingleMetricBaselineInner>> listAsync(String resourceUri)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String resourceUri, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
name: listAsync(String resourceUri, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
nameWithType: BaselinesInner.listAsync(String resourceUri, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
||
name: serviceCallback
|
||
type: final ServiceCallback<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="ServiceFuture"></xref> object </p>
|
||
type: ServiceFuture<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public ServiceFuture<List<SingleMetricBaselineInner>> listAsync(String resourceUri, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String,final ServiceCallback<List<SingleMetricBaselineInner>>)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
name: listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
nameWithType: BaselinesInner.listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The names of the metrics (comma separated) to retrieve. </p>
|
||
name: metricnames
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>Metric namespace to query metric definitions for. </p>
|
||
name: metricnamespace
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. </p>
|
||
name: timespan
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The interval (i.e. timegrain) of the query. </p>
|
||
name: interval
|
||
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of aggregation types (comma separated) to retrieve. </p>
|
||
name: aggregation
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of sensitivities (comma separated) to retrieve. </p>
|
||
name: sensitivities
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. </p>
|
||
name: filter
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: "<p>Allows retrieving only metadata of the baseline. On data request all information is retrieved. Possible values include: 'Data', 'Metadata' </p>"
|
||
name: resultType
|
||
type: <xref href="com.microsoft.azure.management.monitor.ResultType?alt=com.microsoft.azure.management.monitor.ResultType&text=ResultType" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the observable to the List<SingleMetricBaselineInner> object </p>
|
||
type: Observable<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public Observable<List<SingleMetricBaselineInner>> listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String,String,String,String,Period,String,String,String,ResultType)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
name: listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
nameWithType: BaselinesInner.listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The names of the metrics (comma separated) to retrieve. </p>
|
||
name: metricnames
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>Metric namespace to query metric definitions for. </p>
|
||
name: metricnamespace
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. </p>
|
||
name: timespan
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The interval (i.e. timegrain) of the query. </p>
|
||
name: interval
|
||
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of aggregation types (comma separated) to retrieve. </p>
|
||
name: aggregation
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of sensitivities (comma separated) to retrieve. </p>
|
||
name: sensitivities
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. </p>
|
||
name: filter
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: "<p>Allows retrieving only metadata of the baseline. On data request all information is retrieved. Possible values include: 'Data', 'Metadata' </p>"
|
||
name: resultType
|
||
type: <xref href="com.microsoft.azure.management.monitor.ResultType?alt=com.microsoft.azure.management.monitor.ResultType&text=ResultType" data-throw-if-not-resolved="False"/>
|
||
- description: <p>the async ServiceCallback to handle successful and failed responses. </p>
|
||
name: serviceCallback
|
||
type: final ServiceCallback<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the <xref uid="" data-throw-if-not-resolved="false" data-raw-source="ServiceFuture"></xref> object </p>
|
||
type: ServiceFuture<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public ServiceFuture<List<SingleMetricBaselineInner>> listAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType, final ServiceCallback<List<SingleMetricBaselineInner>> serviceCallback)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listAsync(String,String,String,String,Period,String,String,String,ResultType,final ServiceCallback<List<SingleMetricBaselineInner>>)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listWithServiceResponseAsync(String resourceUri)
|
||
name: listWithServiceResponseAsync(String resourceUri)
|
||
nameWithType: BaselinesInner.listWithServiceResponseAsync(String resourceUri)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the observable to the List<SingleMetricBaselineInner> object </p>
|
||
type: Observable<ServiceResponse<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public Observable<ServiceResponse<List<SingleMetricBaselineInner>>> listWithServiceResponseAsync(String resourceUri)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listWithServiceResponseAsync(String)
|
||
- fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listWithServiceResponseAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
name: listWithServiceResponseAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
nameWithType: BaselinesInner.listWithServiceResponseAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
parameters:
|
||
- description: <p>The identifier of the resource. </p>
|
||
name: resourceUri
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The names of the metrics (comma separated) to retrieve. </p>
|
||
name: metricnames
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>Metric namespace to query metric definitions for. </p>
|
||
name: metricnamespace
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The timespan of the query. It is a string with the following format 'startDateTime_ISO/endDateTime_ISO'. </p>
|
||
name: timespan
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The interval (i.e. timegrain) of the query. </p>
|
||
name: interval
|
||
type: <xref href="Period?alt=Period&text=Period" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of aggregation types (comma separated) to retrieve. </p>
|
||
name: aggregation
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The list of sensitivities (comma separated) to retrieve. </p>
|
||
name: sensitivities
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: <p>The **$filter** is used to reduce the set of metric data returned.<br>Example:<br>Metric contains metadata A, B and C.<br>- Return all time series of C where A = a1 and B = b1 or b2<br>**$filter=A eq ‘a1’ and B eq ‘b1’ or B eq ‘b2’ and C eq ‘*’**<br>- Invalid variant:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘*’ or B = ‘b2’**<br>This is invalid because the logical or operator cannot separate two different metadata names.<br>- Return all time series where A = a1, B = b1 and C = c1:<br>**$filter=A eq ‘a1’ and B eq ‘b1’ and C eq ‘c1’**<br>- Return all time series where A = a1<br>**$filter=A eq ‘a1’ and B eq ‘*’ and C eq ‘*’**. </p>
|
||
name: filter
|
||
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
||
- description: "<p>Allows retrieving only metadata of the baseline. On data request all information is retrieved. Possible values include: 'Data', 'Metadata' </p>"
|
||
name: resultType
|
||
type: <xref href="com.microsoft.azure.management.monitor.ResultType?alt=com.microsoft.azure.management.monitor.ResultType&text=ResultType" data-throw-if-not-resolved="False"/>
|
||
exceptions:
|
||
- type: <xref href="IllegalArgumentException?alt=IllegalArgumentException&text=IllegalArgumentException" data-throw-if-not-resolved="False"/>
|
||
description: <p>thrown if parameters fail the validation </p>
|
||
returns:
|
||
description: <p>the observable to the List<SingleMetricBaselineInner> object </p>
|
||
type: Observable<ServiceResponse<List<<xref href="com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner?alt=com.microsoft.azure.management.monitor.implementation.SingleMetricBaselineInner&text=SingleMetricBaselineInner" data-throw-if-not-resolved="False"/>>>>
|
||
summary: >-
|
||
<p>**Lists the metric baseline values for a resource**.</p>
|
||
|
||
<p></p>
|
||
syntax: public Observable<ServiceResponse<List<SingleMetricBaselineInner>>> listWithServiceResponseAsync(String resourceUri, String metricnames, String metricnamespace, String timespan, Period interval, String aggregation, String sensitivities, String filter, ResultType resultType)
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner.listWithServiceResponseAsync(String,String,String,String,Period,String,String,String,ResultType)
|
||
nameWithType: BaselinesInner
|
||
syntax: public class BaselinesInner
|
||
type: class
|
||
uid: com.microsoft.azure.management.monitor.implementation.BaselinesInner
|
||
fullName: com.microsoft.azure.management.monitor.implementation.BaselinesInner
|
||
name: BaselinesInner
|
||
package: com.microsoft.azure.management.monitor.implementation
|
||
summary: <p>An instance of this class provides access to all the operations defined in Baselines. </p>
|
||
metadata: {}
|