AdvancedPlatformMetricsClient Interface

public interface AdvancedPlatformMetricsClient

An instance of this class provides access to all the operations defined in AdvancedPlatformMetricsClient.

Method Summary

Modifier and Type Method and Description
abstract AdvancedPlatformMetricsRuleInner createOrUpdate(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

abstract reactor.core.publisher.Mono<AdvancedPlatformMetricsRuleInner> createOrUpdateAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

abstract Response<AdvancedPlatformMetricsRuleInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource, Context context)

Create or update the advanced platform metrics rule for the storage account.

abstract reactor.core.publisher.Mono<Response<AdvancedPlatformMetricsRuleInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

abstract void delete(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

abstract reactor.core.publisher.Mono<Void> deleteAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, Context context)

Delete the advanced platform metrics rule for the storage account by rule type.

abstract reactor.core.publisher.Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

abstract AdvancedPlatformMetricsRuleInner get(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

abstract reactor.core.publisher.Mono<AdvancedPlatformMetricsRuleInner> getAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

abstract Response<AdvancedPlatformMetricsRuleInner> getWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, Context context)

Get the advanced platform metrics rule for the storage account by rule type.

abstract reactor.core.publisher.Mono<Response<AdvancedPlatformMetricsRuleInner>> getWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

abstract PagedIterable<AdvancedPlatformMetricsRuleInner> list(String resourceGroupName, String accountName)

List the advanced platform metrics rules associated with the storage account.

abstract PagedIterable<AdvancedPlatformMetricsRuleInner> list(String resourceGroupName, String accountName, Context context)

List the advanced platform metrics rules associated with the storage account.

abstract PagedFlux<AdvancedPlatformMetricsRuleInner> listAsync(String resourceGroupName, String accountName)

List the advanced platform metrics rules associated with the storage account.

Method Details

createOrUpdate

public abstract AdvancedPlatformMetricsRuleInner createOrUpdate(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
resource - Resource create parameters.

Returns:

the advanced platform metrics rule for the storage account.

createOrUpdateAsync

public abstract Mono<AdvancedPlatformMetricsRuleInner> createOrUpdateAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
resource - Resource create parameters.

Returns:

the advanced platform metrics rule for the storage account on successful completion of Mono.

createOrUpdateWithResponse

public abstract Response<AdvancedPlatformMetricsRuleInner> createOrUpdateWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource, Context context)

Create or update the advanced platform metrics rule for the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
resource - Resource create parameters.
context - The context to associate with this operation.

Returns:

the advanced platform metrics rule for the storage account along with Response<T>.

createOrUpdateWithResponseAsync

public abstract Mono<Response<AdvancedPlatformMetricsRuleInner>> createOrUpdateWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, AdvancedPlatformMetricsRuleInner resource)

Create or update the advanced platform metrics rule for the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
resource - Resource create parameters.

Returns:

the advanced platform metrics rule for the storage account along with Response<T> on successful completion of Mono.

delete

public abstract void delete(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

deleteAsync

public abstract Mono<Void> deleteAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

Returns:

A Mono that completes when a successful response is received.

deleteWithResponse

public abstract Response<Void> deleteWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, Context context)

Delete the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
context - The context to associate with this operation.

Returns:

deleteWithResponseAsync

public abstract Mono<Response<Void>> deleteWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Delete the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

Returns:

the Response<T> on successful completion of Mono.

get

public abstract AdvancedPlatformMetricsRuleInner get(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

Returns:

the advanced platform metrics rule for the storage account by rule type.

getAsync

public abstract Mono<AdvancedPlatformMetricsRuleInner> getAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

Returns:

the advanced platform metrics rule for the storage account by rule type on successful completion of Mono.

getWithResponse

public abstract Response<AdvancedPlatformMetricsRuleInner> getWithResponse(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType, Context context)

Get the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.
context - The context to associate with this operation.

Returns:

the advanced platform metrics rule for the storage account by rule type along with Response<T>.

getWithResponseAsync

public abstract Mono<Response<AdvancedPlatformMetricsRuleInner>> getWithResponseAsync(String resourceGroupName, String accountName, AdvancedPlatformMetricsRuleType advancedPlatformMetricsRuleType)

Get the advanced platform metrics rule for the storage account by rule type.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
advancedPlatformMetricsRuleType - The type of the advanced platform metrics rule.

Returns:

the advanced platform metrics rule for the storage account by rule type along with Response<T> on successful completion of Mono.

list

public abstract PagedIterable<AdvancedPlatformMetricsRuleInner> list(String resourceGroupName, String accountName)

List the advanced platform metrics rules associated with the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the response of a AdvancedPlatformMetricsRule list operation as paginated response with PagedIterable<T>.

list

public abstract PagedIterable<AdvancedPlatformMetricsRuleInner> list(String resourceGroupName, String accountName, Context context)

List the advanced platform metrics rules associated with the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.
context - The context to associate with this operation.

Returns:

the response of a AdvancedPlatformMetricsRule list operation as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux<AdvancedPlatformMetricsRuleInner> listAsync(String resourceGroupName, String accountName)

List the advanced platform metrics rules associated with the storage account.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
accountName - The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only.

Returns:

the response of a AdvancedPlatformMetricsRule list operation as paginated response with PagedFlux<T>.

Applies to