Share via


AccountCapabilityHosts interface

Interface representing a AccountCapabilityHosts.

Methods

beginCreateOrUpdate(string, string, string, CapabilityHost, AccountCapabilityHostsCreateOrUpdateOptionalParams)

Create or update account capabilityHost.

beginCreateOrUpdateAndWait(string, string, string, CapabilityHost, AccountCapabilityHostsCreateOrUpdateOptionalParams)

Create or update account capabilityHost.

beginDelete(string, string, string, AccountCapabilityHostsDeleteOptionalParams)

Delete account capabilityHost.

beginDeleteAndWait(string, string, string, AccountCapabilityHostsDeleteOptionalParams)

Delete account capabilityHost.

get(string, string, string, AccountCapabilityHostsGetOptionalParams)

Get account capabilityHost.

list(string, string, AccountCapabilityHostsListOptionalParams)

List capabilityHost.

Method Details

beginCreateOrUpdate(string, string, string, CapabilityHost, AccountCapabilityHostsCreateOrUpdateOptionalParams)

Create or update account capabilityHost.

function beginCreateOrUpdate(resourceGroupName: string, accountName: string, capabilityHostName: string, capabilityHost: CapabilityHost, options?: AccountCapabilityHostsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CapabilityHost>, CapabilityHost>>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

capabilityHostName

string

The name of the capability host associated with the Cognitive Services Resource

capabilityHost
CapabilityHost

CapabilityHost definition.

options
AccountCapabilityHostsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, CapabilityHost, AccountCapabilityHostsCreateOrUpdateOptionalParams)

Create or update account capabilityHost.

function beginCreateOrUpdateAndWait(resourceGroupName: string, accountName: string, capabilityHostName: string, capabilityHost: CapabilityHost, options?: AccountCapabilityHostsCreateOrUpdateOptionalParams): Promise<CapabilityHost>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

capabilityHostName

string

The name of the capability host associated with the Cognitive Services Resource

capabilityHost
CapabilityHost

CapabilityHost definition.

options
AccountCapabilityHostsCreateOrUpdateOptionalParams

The options parameters.

Returns

Promise<CapabilityHost>

beginDelete(string, string, string, AccountCapabilityHostsDeleteOptionalParams)

Delete account capabilityHost.

function beginDelete(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<AccountCapabilityHostsDeleteHeaders>, AccountCapabilityHostsDeleteHeaders>>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

capabilityHostName

string

The name of the capability host associated with the Cognitive Services Resource

options
AccountCapabilityHostsDeleteOptionalParams

The options parameters.

Returns

beginDeleteAndWait(string, string, string, AccountCapabilityHostsDeleteOptionalParams)

Delete account capabilityHost.

function beginDeleteAndWait(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsDeleteOptionalParams): Promise<AccountCapabilityHostsDeleteHeaders>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

capabilityHostName

string

The name of the capability host associated with the Cognitive Services Resource

options
AccountCapabilityHostsDeleteOptionalParams

The options parameters.

Returns

get(string, string, string, AccountCapabilityHostsGetOptionalParams)

Get account capabilityHost.

function get(resourceGroupName: string, accountName: string, capabilityHostName: string, options?: AccountCapabilityHostsGetOptionalParams): Promise<CapabilityHost>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

capabilityHostName

string

The name of the capability host associated with the Cognitive Services Resource

options
AccountCapabilityHostsGetOptionalParams

The options parameters.

Returns

Promise<CapabilityHost>

list(string, string, AccountCapabilityHostsListOptionalParams)

List capabilityHost.

function list(resourceGroupName: string, accountName: string, options?: AccountCapabilityHostsListOptionalParams): PagedAsyncIterableIterator<CapabilityHost, CapabilityHost[], PageSettings>

Parameters

resourceGroupName

string

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

accountName

string

The name of Cognitive Services account.

options
AccountCapabilityHostsListOptionalParams

The options parameters.

Returns