Condividi tramite


ManagedInstanceDtcs interface

Interfaccia che rappresenta un oggetto ManagedInstanceDtcs.

Metodi

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

Aggiorna le impostazioni DTC dell'istanza gestita.

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

Aggiorna le impostazioni DTC dell'istanza gestita.

get(string, string, string, ManagedInstanceDtcsGetOptionalParams)

Ottiene le impostazioni DTC dell'istanza gestita.

listByManagedInstance(string, string, ManagedInstanceDtcsListByManagedInstanceOptionalParams)

Ottiene un elenco di impostazioni DTC dell'istanza gestita.

Dettagli metodo

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

Aggiorna le impostazioni DTC dell'istanza gestita.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

dtcName

string

Nome dell'istanza gestita DTC.

parameters
ManagedInstanceDtc

Impostazioni DTC dell'istanza gestita.

options
ManagedInstanceDtcsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

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

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

Aggiorna le impostazioni DTC dell'istanza gestita.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

dtcName

string

Nome dell'istanza gestita DTC.

parameters
ManagedInstanceDtc

Impostazioni DTC dell'istanza gestita.

options
ManagedInstanceDtcsCreateOrUpdateOptionalParams

Parametri delle opzioni.

Restituisce

get(string, string, string, ManagedInstanceDtcsGetOptionalParams)

Ottiene le impostazioni DTC dell'istanza gestita.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

dtcName

string

Nome dell'istanza gestita DTC.

options
ManagedInstanceDtcsGetOptionalParams

Parametri delle opzioni.

Restituisce

listByManagedInstance(string, string, ManagedInstanceDtcsListByManagedInstanceOptionalParams)

Ottiene un elenco di impostazioni DTC dell'istanza gestita.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse che contiene la risorsa. È possibile ottenere questo valore dall'API di Azure Resource Manager o dal portale.

managedInstanceName

string

Nome dell'istanza gestita.

Restituisce