ContentKeyAuthorizationPolicyOptionCollection.Create 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 Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.IContentKeyAuthorizationPolicyOption Create(string name, Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyDeliveryType deliveryType, System.Collections.Generic.List<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyAuthorizationPolicyRestriction> restrictions, string keyDeliveryConfiguration);
member this.Create : string * Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyDeliveryType * System.Collections.Generic.List<Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.ContentKeyAuthorizationPolicyRestriction> * string -> Microsoft.WindowsAzure.MediaServices.Client.ContentKeyAuthorization.IContentKeyAuthorizationPolicyOption
Public Function Create (name As String, deliveryType As ContentKeyDeliveryType, restrictions As List(Of ContentKeyAuthorizationPolicyRestriction), keyDeliveryConfiguration As String) As IContentKeyAuthorizationPolicyOption
Parameters
- name
- String
- deliveryType
- ContentKeyDeliveryType
- restrictions
- List<ContentKeyAuthorizationPolicyRestriction>
- keyDeliveryConfiguration
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET