Share via


MediaServicesAccountCollection Class

Definition

A class representing a collection of MediaServicesAccountResource and their operations. Each MediaServicesAccountResource in the collection will belong to the same instance of ResourceGroupResource. To get a MediaServicesAccountCollection instance call the GetMediaServicesAccounts method from an instance of 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
MediaServicesAccountCollection
Implements

Constructors

MediaServicesAccountCollection()

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

Creates or updates a Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MediaServicesAccountData, CancellationToken)

Creates or updates a Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_CreateOrUpdate
Exists(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_Get
ExistsAsync(String, CancellationToken)

Checks to see if the resource exists in azure.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_Get
Get(String, CancellationToken)

Get the details of a Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_Get
GetAll(CancellationToken)

List Media Services accounts in the resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices
  • Operation Id: Mediaservices_List
GetAllAsync(CancellationToken)

List Media Services accounts in the resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices
  • Operation Id: Mediaservices_List
GetAsync(String, CancellationToken)

Get the details of a Media Services account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_Get
GetIfExists(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_Get
GetIfExistsAsync(String, CancellationToken)

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaservices/{accountName}
  • Operation Id: Mediaservices_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<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.

Applies to