ContentKeyAuthorizationPolicyOptionCollection.CreateAsync Method
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.
public System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.IContentKeyAuthorizationPolicyOption> CreateAsync (string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyDeliveryType deliveryType, System.Collections.Generic.List<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyAuthorizationPolicyRestriction> restrictions, string keyDeliveryConfiguration);
member this.CreateAsync : string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyDeliveryType * System.Collections.Generic.List<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyAuthorizationPolicyRestriction> * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.IContentKeyAuthorizationPolicyOption>
Public Function CreateAsync (name As String, deliveryType As ContentKeyDeliveryType, restrictions As List(Of ContentKeyAuthorizationPolicyRestriction), keyDeliveryConfiguration As String) As Task(Of IContentKeyAuthorizationPolicyOption)
Parameters
- name
- String
- deliveryType
- ContentKeyDeliveryType
- restrictions
- List<ContentKeyAuthorizationPolicyRestriction>
- keyDeliveryConfiguration
- String
Returns
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET