VipSwapOperations interface

Interfaccia che rappresenta un'operazione VipSwap.

Proprietà

beginCreate
beginCreateAndWait
create

Esegue l'operazione di scambio VIP sui servizi cloud sostituibili.

get

Ottiene l'oggetto SwapResource che identifica il tipo di slot per il servizio cloud specificato. Il tipo di slot in un servizio cloud può essere di gestione temporanea o di produzione

list

Ottiene l'elenco di SwapResource che identifica il tipo di slot per il servizio cloud specificato. Il tipo di slot in un servizio cloud può essere di gestione temporanea o di produzione

Dettagli proprietà

beginCreate

Avviso

Questa API è ora deprecata.

use create instead

beginCreate: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

Valore della proprietà

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>

beginCreateAndWait

Avviso

Questa API è ora deprecata.

use create instead

beginCreateAndWait: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<void>

Valore della proprietà

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => Promise<void>

create

Esegue l'operazione di scambio VIP sui servizi cloud sostituibili.

create: (groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => PollerLike<OperationState<void>, void>

Valore della proprietà

(groupName: string, resourceName: string, parameters: SwapResource, options?: VipSwapCreateOptionalParams) => PollerLike<OperationState<void>, void>

get

Ottiene l'oggetto SwapResource che identifica il tipo di slot per il servizio cloud specificato. Il tipo di slot in un servizio cloud può essere di gestione temporanea o di produzione

get: (groupName: string, resourceName: string, options?: VipSwapGetOptionalParams) => Promise<SwapResource>

Valore della proprietà

(groupName: string, resourceName: string, options?: VipSwapGetOptionalParams) => Promise<SwapResource>

list

Ottiene l'elenco di SwapResource che identifica il tipo di slot per il servizio cloud specificato. Il tipo di slot in un servizio cloud può essere di gestione temporanea o di produzione

list: (groupName: string, resourceName: string, options?: VipSwapListOptionalParams) => Promise<SwapResourceListResult>

Valore della proprietà

(groupName: string, resourceName: string, options?: VipSwapListOptionalParams) => Promise<SwapResourceListResult>