Method | Description | |
---|---|---|
Create ( string assetName, AssetCreationOptions options ) : IAsset |
Creates an asset that does not contain any files and AssetState is Initialized.
|
|
Create ( string assetName, string storageAccountName, AssetCreationOptions options ) : IAsset |
Creates an asset for specified storage account. Asset does not contain any files and AssetState is Initialized.
|
|
CreateAsync ( string assetName, AssetCreationOptions options, |
Asynchronously creates an asset that does not contain any files and AssetState is Initialized.
|
|
CreateAsync ( string assetName, string storageAccountName, AssetCreationOptions options, |
Asynchronously creates an asset for specified storage account. Asset does not contain any files and AssetState is Initialized.
|
Method | Description | |
---|---|---|
AssetCollection ( |
Initializes a new instance of the AssetCollection class.
|
|
CreateStorageContentKey ( |
public Create ( string assetName, AssetCreationOptions options ) : IAsset | ||
assetName | string | The asset name. |
options | AssetCreationOptions | A |
return | IAsset |
public Create ( string assetName, string storageAccountName, AssetCreationOptions options ) : IAsset | ||
assetName | string | The asset name. |
storageAccountName | string | |
options | AssetCreationOptions | A |
return | IAsset |
public CreateAsync ( string assetName, AssetCreationOptions options, |
||
assetName | string | The asset name. |
options | AssetCreationOptions | A |
cancellationToken | The cancellation token. | |
return | Task |
public CreateAsync ( string assetName, string storageAccountName, AssetCreationOptions options, |
||
assetName | string | The asset name. |
storageAccountName | string | The storage account name |
options | AssetCreationOptions | A |
cancellationToken | The cancellation token. | |
return | Task |