MediaServicesAccountCollection 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 MediaServicesAccountResource and their operations. Each MediaServicesAccountResource in the collection will belong to the same instance of Azure.ResourceManager.Resources.ResourceGroupResource. To get a MediaServicesAccountCollection instance call the GetMediaServicesAccounts method from an instance of Azure.ResourceManager.Resources.ResourceGroupResource.
public class MediaServicesAccountCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Media.MediaServicesAccountResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Media.MediaServicesAccountResource>
type MediaServicesAccountCollection = class
inherit ArmCollection
interface seq<MediaServicesAccountResource>
interface IEnumerable
interface IAsyncEnumerable<MediaServicesAccountResource>
Public Class MediaServicesAccountCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of MediaServicesAccountResource), IEnumerable(Of MediaServicesAccountResource)
- Inheritance
-
Azure.ResourceManager.ArmCollectionMediaServicesAccountCollection
- Implements
-
System.Collections.Generic.IAsyncEnumerable<MediaServicesAccountResource> System.Collections.Generic.IEnumerable<MediaServicesAccountResource> System.Collections.IEnumerable
Constructors
| MediaServicesAccountCollection() |
Initializes a new instance of the MediaServicesAccountCollection class for mocking. |
Methods
| CreateOrUpdate(WaitUntil, String, MediaServicesAccountData, CancellationToken) |
Creates or updates a Media Services account
|
| CreateOrUpdateAsync(WaitUntil, String, MediaServicesAccountData, CancellationToken) |
Creates or updates a Media Services account
|
| 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) |
Get the details of a Media Services account
|
| GetAll(CancellationToken) |
List Media Services accounts in the resource group
|
| GetAllAsync(CancellationToken) |
List Media Services accounts in the resource group
|
| GetAsync(String, CancellationToken) |
Get the details of a Media Services account
|
| GetIfExists(String, CancellationToken) |
Tries to get details for this resource from the service.
|
| GetIfExistsAsync(String, CancellationToken) |
Tries to get details for this resource from the service.
|
Explicit Interface Implementations
| IAsyncEnumerable<MediaServicesAccountResource>.GetAsyncEnumerator(CancellationToken) |
Returns an enumerator that iterates asynchronously through the collection. |
| IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through a collection. |
| IEnumerable<MediaServicesAccountResource>.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. |