共用方式為


ContentKeyPolicyCollection.GetAll Method

Definition

Lists the Content Key Policies in the account

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Media/mediaServices/{accountName}/contentKeyPolicies
  • Operation Id: ContentKeyPolicies_List
public virtual Azure.Pageable<Azure.ResourceManager.Media.ContentKeyPolicyResource> GetAll (string filter = default, int? top = default, string orderby = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Media.ContentKeyPolicyResource>
override this.GetAll : string * Nullable<int> * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Media.ContentKeyPolicyResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional orderby As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ContentKeyPolicyResource)

Parameters

filter
String

Restricts the set of items returned.

top
Nullable<Int32>

Specifies a non-negative integer n that limits the number of items returned from a collection. The service returns the number of available items up to but not greater than the specified value n.

orderby
String

Specifies the key by which the result collection should be ordered.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of ContentKeyPolicyResource that may take multiple service requests to iterate over.

Applies to