Share via


AvsPrivateCloudDatastoreCollection Class

Definition

A class representing a collection of AvsPrivateCloudDatastoreResource and their operations. Each AvsPrivateCloudDatastoreResource in the collection will belong to the same instance of AvsPrivateCloudClusterResource. To get an AvsPrivateCloudDatastoreCollection instance call the GetAvsPrivateCloudDatastores method from an instance of AvsPrivateCloudClusterResource.

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

Constructors

AvsPrivateCloudDatastoreCollection()

Initializes a new instance of the AvsPrivateCloudDatastoreCollection 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, AvsPrivateCloudDatastoreData, CancellationToken)

Create or update a datastore in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_CreateOrUpdate
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
CreateOrUpdateAsync(WaitUntil, String, AvsPrivateCloudDatastoreData, CancellationToken)

Create or update a datastore in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_CreateOrUpdate
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
Get(String, CancellationToken)

Get a datastore in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
GetAll(CancellationToken)

List datastores in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores
  • Operation Id: Datastores_List
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
GetAllAsync(CancellationToken)

List datastores in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores
  • Operation Id: Datastores_List
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
GetAsync(String, CancellationToken)

Get a datastore in a private cloud cluster

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/clusters/{clusterName}/datastores/{datastoreName}
  • Operation Id: Datastores_Get
  • Default Api Version: 2023-03-01
  • Resource: AvsPrivateCloudDatastoreResource
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<AvsPrivateCloudDatastoreResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<AvsPrivateCloudDatastoreResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to