NetworkCloudClusterMetricsConfigurationCollection Class

Definition

A class representing a collection of NetworkCloudClusterMetricsConfigurationResource and their operations. Each NetworkCloudClusterMetricsConfigurationResource in the collection will belong to the same instance of NetworkCloudClusterResource. To get a NetworkCloudClusterMetricsConfigurationCollection instance call the GetNetworkCloudClusterMetricsConfigurations method from an instance of NetworkCloudClusterResource.

public class NetworkCloudClusterMetricsConfigurationCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.NetworkCloud.NetworkCloudClusterMetricsConfigurationResource>
type NetworkCloudClusterMetricsConfigurationCollection = class
    inherit ArmCollection
    interface seq<NetworkCloudClusterMetricsConfigurationResource>
    interface IEnumerable
    interface IAsyncEnumerable<NetworkCloudClusterMetricsConfigurationResource>
Public Class NetworkCloudClusterMetricsConfigurationCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of NetworkCloudClusterMetricsConfigurationResource), IEnumerable(Of NetworkCloudClusterMetricsConfigurationResource)
Inheritance
NetworkCloudClusterMetricsConfigurationCollection
Implements

Constructors

NetworkCloudClusterMetricsConfigurationCollection()

Initializes a new instance of the NetworkCloudClusterMetricsConfigurationCollection class for mocking.

Properties

Client

Gets the ArmClient this resource client was created from.

(Inherited from ArmCollection)
Diagnostics

Gets the diagnostic options for this resource client.

(Inherited from ArmCollection)
Endpoint

Gets the base uri for this resource client.

(Inherited from ArmCollection)
Id

Gets the resource identifier.

(Inherited from ArmCollection)
Pipeline

Gets the pipeline for this resource client.

(Inherited from ArmCollection)

Methods

CreateOrUpdate(WaitUntil, String, NetworkCloudClusterMetricsConfigurationData, CancellationToken)

Create new or update the existing metrics configuration of the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, NetworkCloudClusterMetricsConfigurationData, CancellationToken)

Create new or update the existing metrics configuration of the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
Get(String, CancellationToken)

Get metrics configuration of the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
GetAll(CancellationToken)

Get a list of metrics configurations for the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations
  • Operation Id: MetricsConfigurations_ListByCluster
GetAllAsync(CancellationToken)

Get a list of metrics configurations for the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations
  • Operation Id: MetricsConfigurations_ListByCluster
GetAsync(String, CancellationToken)

Get metrics configuration of the provided cluster.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/clusters/{clusterName}/metricsConfigurations/{metricsConfigurationName}
  • Operation Id: MetricsConfigurations_Get
TryGetApiVersion(ResourceType, String)

Gets the api version override if it has been set for the current client options.

(Inherited from ArmCollection)

Explicit Interface Implementations

IAsyncEnumerable<NetworkCloudClusterMetricsConfigurationResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<NetworkCloudClusterMetricsConfigurationResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to