AssetsOperations interface

Interface representing a Assets operations.

Properties

createOrReplace

Create a Asset

delete

Delete a Asset

get

Get a Asset

listByResourceGroup

List Asset resources by resource group

listBySubscription

List Asset resources by subscription ID

update

Update a Asset

Property Details

createOrReplace

Create a Asset

createOrReplace: (resourceGroupName: string, assetName: string, resource: Asset, options?: AssetsCreateOrReplaceOptionalParams) => PollerLike<OperationState<Asset>, Asset>

Property Value

(resourceGroupName: string, assetName: string, resource: Asset, options?: AssetsCreateOrReplaceOptionalParams) => PollerLike<OperationState<Asset>, Asset>

delete

Delete a Asset

delete: (resourceGroupName: string, assetName: string, options?: AssetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Property Value

(resourceGroupName: string, assetName: string, options?: AssetsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Get a Asset

get: (resourceGroupName: string, assetName: string, options?: AssetsGetOptionalParams) => Promise<Asset>

Property Value

(resourceGroupName: string, assetName: string, options?: AssetsGetOptionalParams) => Promise<Asset>

listByResourceGroup

List Asset resources by resource group

listByResourceGroup: (resourceGroupName: string, options?: AssetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>

Property Value

(resourceGroupName: string, options?: AssetsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>

listBySubscription

List Asset resources by subscription ID

listBySubscription: (options?: AssetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>

Property Value

(options?: AssetsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<Asset, Asset[], PageSettings>

update

Update a Asset

update: (resourceGroupName: string, assetName: string, properties: AssetUpdate, options?: AssetsUpdateOptionalParams) => PollerLike<OperationState<Asset>, Asset>

Property Value

(resourceGroupName: string, assetName: string, properties: AssetUpdate, options?: AssetsUpdateOptionalParams) => PollerLike<OperationState<Asset>, Asset>