Partager via


AssetCollection.Create Méthode

Définition

Surcharges

Create(String, AssetCreationOptions)
Create(String, String, AssetCreationOptions)

Create(String, AssetCreationOptions)

public override Microsoft.WindowsAzure.MediaServices.Client.IAsset Create (string assetName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
override this.Create : string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Overrides Function Create (assetName As String, options As AssetCreationOptions) As IAsset

Paramètres

assetName
String

Retours

S’applique à

Create(String, String, AssetCreationOptions)

public override Microsoft.WindowsAzure.MediaServices.Client.IAsset Create (string assetName, string storageAccountName, Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions options);
override this.Create : string * string * Microsoft.WindowsAzure.MediaServices.Client.AssetCreationOptions -> Microsoft.WindowsAzure.MediaServices.Client.IAsset
Public Overrides Function Create (assetName As String, storageAccountName As String, options As AssetCreationOptions) As IAsset

Paramètres

assetName
String
storageAccountName
String

Retours

S’applique à