ManagedInstanceDtcs interface

Interface representing a ManagedInstanceDtcs.

Methods

beginCreateOrUpdate(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)

Updates managed instance DTC settings.

beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)

Updates managed instance DTC settings.

get(string, string, string, ManagedInstanceDtcsGetOptionalParams)

Gets managed instance DTC settings.

listByManagedInstance(string, string, ManagedInstanceDtcsListByManagedInstanceOptionalParams)

Gets a list of managed instance DTC settings.

Method Details

beginCreateOrUpdate(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)

Updates managed instance DTC settings.

function beginCreateOrUpdate(resourceGroupName: string, managedInstanceName: string, dtcName: string, parameters: ManagedInstanceDtc, options?: ManagedInstanceDtcsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ManagedInstanceDtc>, ManagedInstanceDtc>>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

dtcName

string

The name of the managed instance DTC.

parameters
ManagedInstanceDtc

Managed instance DTC settings.

options
ManagedInstanceDtcsCreateOrUpdateOptionalParams

The options parameters.

Returns

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

beginCreateOrUpdateAndWait(string, string, string, ManagedInstanceDtc, ManagedInstanceDtcsCreateOrUpdateOptionalParams)

Updates managed instance DTC settings.

function beginCreateOrUpdateAndWait(resourceGroupName: string, managedInstanceName: string, dtcName: string, parameters: ManagedInstanceDtc, options?: ManagedInstanceDtcsCreateOrUpdateOptionalParams): Promise<ManagedInstanceDtc>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

dtcName

string

The name of the managed instance DTC.

parameters
ManagedInstanceDtc

Managed instance DTC settings.

options
ManagedInstanceDtcsCreateOrUpdateOptionalParams

The options parameters.

Returns

get(string, string, string, ManagedInstanceDtcsGetOptionalParams)

Gets managed instance DTC settings.

function get(resourceGroupName: string, managedInstanceName: string, dtcName: string, options?: ManagedInstanceDtcsGetOptionalParams): Promise<ManagedInstanceDtc>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

dtcName

string

The name of the managed instance DTC.

options
ManagedInstanceDtcsGetOptionalParams

The options parameters.

Returns

listByManagedInstance(string, string, ManagedInstanceDtcsListByManagedInstanceOptionalParams)

Gets a list of managed instance DTC settings.

function listByManagedInstance(resourceGroupName: string, managedInstanceName: string, options?: ManagedInstanceDtcsListByManagedInstanceOptionalParams): PagedAsyncIterableIterator<ManagedInstanceDtc, ManagedInstanceDtc[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

managedInstanceName

string

The name of the managed instance.

Returns