다음을 통해 공유


AssetsOperations interface

자산 작업을 나타내는 인터페이스입니다.

속성

createOrReplace

자산 만들기

delete

자산 삭제

get

자산 가져오기

listByResourceGroup

리소스 그룹별 자산 리소스 나열

listBySubscription

구독 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>