AssetEndpointProfiles interface

Interface representing a AssetEndpointProfiles.

Methods

beginCreateOrReplace(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

Create a AssetEndpointProfile

beginCreateOrReplaceAndWait(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

Create a AssetEndpointProfile

beginDelete(string, string, AssetEndpointProfilesDeleteOptionalParams)

Delete a AssetEndpointProfile

beginDeleteAndWait(string, string, AssetEndpointProfilesDeleteOptionalParams)

Delete a AssetEndpointProfile

beginUpdate(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

Update a AssetEndpointProfile

beginUpdateAndWait(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

Update a AssetEndpointProfile

get(string, string, AssetEndpointProfilesGetOptionalParams)

Get a AssetEndpointProfile

listByResourceGroup(string, AssetEndpointProfilesListByResourceGroupOptionalParams)

List AssetEndpointProfile resources by resource group

listBySubscription(AssetEndpointProfilesListBySubscriptionOptionalParams)

List AssetEndpointProfile resources by subscription ID

Method Details

beginCreateOrReplace(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

Create a AssetEndpointProfile

function beginCreateOrReplace(resourceGroupName: string, assetEndpointProfileName: string, resource: AssetEndpointProfile, options?: AssetEndpointProfilesCreateOrReplaceOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

resource
AssetEndpointProfile

Resource create parameters.

options
AssetEndpointProfilesCreateOrReplaceOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

beginCreateOrReplaceAndWait(string, string, AssetEndpointProfile, AssetEndpointProfilesCreateOrReplaceOptionalParams)

Create a AssetEndpointProfile

function beginCreateOrReplaceAndWait(resourceGroupName: string, assetEndpointProfileName: string, resource: AssetEndpointProfile, options?: AssetEndpointProfilesCreateOrReplaceOptionalParams): Promise<AssetEndpointProfile>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

resource
AssetEndpointProfile

Resource create parameters.

options
AssetEndpointProfilesCreateOrReplaceOptionalParams

The options parameters.

Returns

beginDelete(string, string, AssetEndpointProfilesDeleteOptionalParams)

Delete a AssetEndpointProfile

function beginDelete(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfilesDeleteHeaders>, AssetEndpointProfilesDeleteHeaders>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

options
AssetEndpointProfilesDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, AssetEndpointProfilesDeleteOptionalParams)

Delete a AssetEndpointProfile

function beginDeleteAndWait(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesDeleteOptionalParams): Promise<AssetEndpointProfilesDeleteHeaders>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

options
AssetEndpointProfilesDeleteOptionalParams

The options parameters.

Returns

beginUpdate(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

Update a AssetEndpointProfile

function beginUpdate(resourceGroupName: string, assetEndpointProfileName: string, properties: AssetEndpointProfileUpdate, options?: AssetEndpointProfilesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

properties
AssetEndpointProfileUpdate

The resource properties to be updated.

options
AssetEndpointProfilesUpdateOptionalParams

The options parameters.

Returns

Promise<@azure/core-lro.SimplePollerLike<OperationState<AssetEndpointProfile>, AssetEndpointProfile>>

beginUpdateAndWait(string, string, AssetEndpointProfileUpdate, AssetEndpointProfilesUpdateOptionalParams)

Update a AssetEndpointProfile

function beginUpdateAndWait(resourceGroupName: string, assetEndpointProfileName: string, properties: AssetEndpointProfileUpdate, options?: AssetEndpointProfilesUpdateOptionalParams): Promise<AssetEndpointProfile>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

properties
AssetEndpointProfileUpdate

The resource properties to be updated.

options
AssetEndpointProfilesUpdateOptionalParams

The options parameters.

Returns

get(string, string, AssetEndpointProfilesGetOptionalParams)

Get a AssetEndpointProfile

function get(resourceGroupName: string, assetEndpointProfileName: string, options?: AssetEndpointProfilesGetOptionalParams): Promise<AssetEndpointProfile>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

assetEndpointProfileName

string

Asset Endpoint Profile name parameter.

options
AssetEndpointProfilesGetOptionalParams

The options parameters.

Returns

listByResourceGroup(string, AssetEndpointProfilesListByResourceGroupOptionalParams)

List AssetEndpointProfile resources by resource group

function listByResourceGroup(resourceGroupName: string, options?: AssetEndpointProfilesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<AssetEndpointProfile, AssetEndpointProfile[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

Returns

listBySubscription(AssetEndpointProfilesListBySubscriptionOptionalParams)

List AssetEndpointProfile resources by subscription ID

function listBySubscription(options?: AssetEndpointProfilesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<AssetEndpointProfile, AssetEndpointProfile[], PageSettings>

Parameters

Returns