StandbyContainerGroupPoolRuntimeViewCollection Class

Definition

A class representing a collection of StandbyContainerGroupPoolRuntimeViewResource and their operations. Each StandbyContainerGroupPoolRuntimeViewResource in the collection will belong to the same instance of StandbyContainerGroupPoolResource. To get a StandbyContainerGroupPoolRuntimeViewCollection instance call the GetStandbyContainerGroupPoolRuntimeViews method from an instance of StandbyContainerGroupPoolResource.

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

Constructors

StandbyContainerGroupPoolRuntimeViewCollection()

Initializes a new instance of the StandbyContainerGroupPoolRuntimeViewCollection 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

Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
Get(String, CancellationToken)

Get a StandbyContainerGroupPoolRuntimeViewResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
GetAll(CancellationToken)

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews
  • Operation Id: StandbyContainerGroupPoolRuntimeViewResource_ListByStandbyPool
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
GetAllAsync(CancellationToken)

List StandbyContainerGroupPoolRuntimeViewResource resources by StandbyContainerGroupPoolResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews
  • Operation Id: StandbyContainerGroupPoolRuntimeViewResource_ListByStandbyPool
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
GetAsync(String, CancellationToken)

Get a StandbyContainerGroupPoolRuntimeViewResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyContainerGroupPools/{standbyContainerGroupPoolName}/runtimeViews/{runtimeView}
  • Operation Id: StandbyContainerGroupPoolRuntimeViews_Get
  • Default Api Version: 2024-03-01
  • Resource: StandbyContainerGroupPoolRuntimeViewResource
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<StandbyContainerGroupPoolRuntimeViewResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<StandbyContainerGroupPoolRuntimeViewResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to