Share via


MediaServicesAccountFilterCollection Class

Definition

A class representing a collection of MediaServicesAccountFilterResource and their operations. Each MediaServicesAccountFilterResource in the collection will belong to the same instance of MediaServicesAccountResource. To get a MediaServicesAccountFilterCollection instance call the GetMediaServicesAccountFilters method from an instance of MediaServicesAccountResource.

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

Constructors

MediaServicesAccountFilterCollection()

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

Creates or updates an Account Filter in the Media Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}
  • Operation Id: AccountFilters_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, MediaServicesAccountFilterData, CancellationToken)

Creates or updates an Account Filter in the Media Services account.

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

Checks to see if the resource exists in azure.

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

Checks to see if the resource exists in azure.

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

Get the details of an Account Filter in the Media Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}
  • Operation Id: AccountFilters_Get
GetAll(CancellationToken)

List Account Filters in the Media Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters
  • Operation Id: AccountFilters_List
GetAllAsync(CancellationToken)

List Account Filters in the Media Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters
  • Operation Id: AccountFilters_List
GetAsync(String, CancellationToken)

Get the details of an Account Filter in the Media Services account.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/accountFilters/{filterName}
  • Operation Id: AccountFilters_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}/accountFilters/{filterName}
  • Operation Id: AccountFilters_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}/accountFilters/{filterName}
  • Operation Id: AccountFilters_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<MediaServicesAccountFilterResource>.GetAsyncEnumerator(CancellationToken)

Returns an enumerator that iterates asynchronously through the collection.

IEnumerable.GetEnumerator()

Returns an enumerator that iterates through a collection.

IEnumerable<MediaServicesAccountFilterResource>.GetEnumerator()

Returns an enumerator that iterates through the collection.

Applies to