ManagedInstanceDtcs interface
Interfaccia che rappresenta un oggetto ManagedInstanceDtcs.
Metodi
begin |
Aggiorna le impostazioni DTC dell'istanza gestita. |
begin |
Aggiorna le impostazioni DTC dell'istanza gestita. |
get(string, string, string, Managed |
Ottiene le impostazioni DTC dell'istanza gestita. |
list |
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.
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.
Parametri delle opzioni.
Restituisce
Promise<ManagedInstanceDtc>
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.
Parametri delle opzioni.
Restituisce
Promise<ManagedInstanceDtc>
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.
Parametri delle opzioni.