HybridDataStoreTypeCollection Class

Definition

A class representing a collection of HybridDataStoreTypeResource and their operations. Each HybridDataStoreTypeResource in the collection will belong to the same instance of HybridDataManagerResource. To get a HybridDataStoreTypeCollection instance call the GetHybridDataStoreTypes method from an instance of HybridDataManagerResource.

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

Constructors

HybridDataStoreTypeCollection()

Initializes a new instance of the HybridDataStoreTypeCollection 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.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_Get
Get(String, CancellationToken)

Gets the data store/repository type given its name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_Get
GetAll(CancellationToken)

Gets all the data store/repository types that the resource supports.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes
  • Operation Id: DataStoreTypes_ListByDataManager
GetAllAsync(CancellationToken)

Gets all the data store/repository types that the resource supports.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes
  • Operation Id: DataStoreTypes_ListByDataManager
GetAsync(String, CancellationToken)

Gets the data store/repository type given its name.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HybridData/dataManagers/{dataManagerName}/dataStoreTypes/{dataStoreTypeName}
  • Operation Id: DataStoreTypes_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<HybridDataStoreTypeResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<HybridDataStoreTypeResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Extension Methods

ToCommaSeparatedString<T>(IEnumerable<T>)

Converts the elements of a collection to strings and concatenates them into a comma-separated list, or returns null for null or empty collections.

Applies to