AssetsOperations interface
資産操作を表すインターフェイス。
プロパティ
create |
アセットを作成する |
delete | 資産を削除する |
get | アセットを取得する |
list |
リソース グループ別に資産リソースを一覧表示する |
list |
サブスクリプション ID で資産リソースを一覧表示する |
update | 資産を更新する |
プロパティの詳細
createOrReplace
アセットを作成する
createOrReplace: (resourceGroupName: string, assetName: string, resource: Asset, options?: AssetsCreateOrReplaceOptionalParams) => PollerLike<OperationState<Asset>, Asset>
プロパティ値
(resourceGroupName: string, assetName: string, resource: Asset, options?: AssetsCreateOrReplaceOptionalParams) => PollerLike<OperationState<Asset>, Asset>
delete
資産を削除する
delete: (resourceGroupName: string, assetName: string, options?: AssetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
プロパティ値
(resourceGroupName: string, assetName: string, options?: AssetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
アセットを取得する
get: (resourceGroupName: string, assetName: string, options?: AssetsGetOptionalParams) => Promise<Asset>
プロパティ値
(resourceGroupName: string, assetName: string, options?: AssetsGetOptionalParams) => Promise<Asset>
listByResourceGroup
リソース グループ別に資産リソースを一覧表示する
listByResourceGroup: (resourceGroupName: string, options?: AssetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>
プロパティ値
(resourceGroupName: string, options?: AssetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>
listBySubscription
サブスクリプション ID で資産リソースを一覧表示する
listBySubscription: (options?: AssetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>
プロパティ値
(options?: AssetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>
update
資産を更新する
update: (resourceGroupName: string, assetName: string, properties: AssetUpdate, options?: AssetsUpdateOptionalParams) => PollerLike<OperationState<Asset>, Asset>
プロパティ値
(resourceGroupName: string, assetName: string, properties: AssetUpdate, options?: AssetsUpdateOptionalParams) => PollerLike<OperationState<Asset>, Asset>
Azure SDK for JavaScript