次の方法で共有


AssetDeliveryPolicyCollection.Create メソッド

定義

public Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.IAssetDeliveryPolicy Create (string name, Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryPolicyType policyType, Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryProtocol deliveryProtocol, System.Collections.Generic.Dictionary<Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryPolicyConfigurationKey,string> configuration);
member this.Create : string * Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryPolicyType * Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryProtocol * System.Collections.Generic.Dictionary<Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.AssetDeliveryPolicyConfigurationKey, string> -> Microsoft.WindowsAzure.MediaServices.Client.DynamicEncryption.IAssetDeliveryPolicy
Public Function Create (name As String, policyType As AssetDeliveryPolicyType, deliveryProtocol As AssetDeliveryProtocol, configuration As Dictionary(Of AssetDeliveryPolicyConfigurationKey, String)) As IAssetDeliveryPolicy

パラメーター

name
String
deliveryProtocol
AssetDeliveryProtocol

戻り値

適用対象