ReplicationProtectionIntents interface
Rozhraní představující ReplicationProtectionIntents.
Metody
create(string, string, string, Create |
Operace vytvoření položky záměru ochrany replikace ASR |
get(string, string, string, Replication |
Získá podrobnosti o záměru ochrany replikace ASR. |
list(string, string, Replication |
Získá seznam objektů záměru ochrany replikace ASR v trezoru. |
Podrobnosti metody
create(string, string, string, CreateProtectionIntentInput, ReplicationProtectionIntentsCreateOptionalParams)
Operace vytvoření položky záměru ochrany replikace ASR
function create(resourceName: string, resourceGroupName: string, intentObjectName: string, input: CreateProtectionIntentInput, options?: ReplicationProtectionIntentsCreateOptionalParams): Promise<ReplicationProtectionIntent>
Parametry
- resourceName
-
string
Název trezoru služby Recovery Services.
- resourceGroupName
-
string
Název skupiny prostředků, ve které je trezor služby Recovery Services.
- intentObjectName
-
string
Název položky ochrany replikace.
Vytvořit vstup záměru ochrany.
Parametry možností
Návraty
Promise<ReplicationProtectionIntent>
get(string, string, string, ReplicationProtectionIntentsGetOptionalParams)
Získá podrobnosti o záměru ochrany replikace ASR.
function get(resourceName: string, resourceGroupName: string, intentObjectName: string, options?: ReplicationProtectionIntentsGetOptionalParams): Promise<ReplicationProtectionIntent>
Parametry
- resourceName
-
string
Název trezoru služby Recovery Services.
- resourceGroupName
-
string
Název skupiny prostředků, ve které je trezor služby Recovery Services.
- intentObjectName
-
string
Název záměru ochrany replikace.
Parametry možností
Návraty
Promise<ReplicationProtectionIntent>
list(string, string, ReplicationProtectionIntentsListOptionalParams)
Získá seznam objektů záměru ochrany replikace ASR v trezoru.
function list(resourceName: string, resourceGroupName: string, options?: ReplicationProtectionIntentsListOptionalParams): PagedAsyncIterableIterator<ReplicationProtectionIntent, ReplicationProtectionIntent[], PageSettings>
Parametry
- resourceName
-
string
Název trezoru služby Recovery Services.
- resourceGroupName
-
string
Název skupiny prostředků, ve které je trezor služby Recovery Services.
Parametry možností