HybridDataStoreTypeCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Implements
Constructors
HybridDataStoreTypeCollection() |
Initializes a new instance of the HybridDataStoreTypeCollection class for mocking. |
Methods
Exists(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
ExistsAsync(String, CancellationToken) |
Checks to see if the resource exists in azure.
|
Get(String, CancellationToken) |
Gets the data store/repository type given its name.
|
GetAll(CancellationToken) |
Gets all the data store/repository types that the resource supports.
|
GetAllAsync(CancellationToken) |
Gets all the data store/repository types that the resource supports.
|
GetAsync(String, CancellationToken) |
Gets the data store/repository type given its name.
|
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
Azure SDK for .NET