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(resourceGroupName: string, resourceName: string, intentObjectName: string, input: CreateProtectionIntentInput, options?: ReplicationProtectionIntentsCreateOptionalParams): Promise<ReplicationProtectionIntent>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků, ve které je k dispozici trezor služby Recovery Services.
- resourceName
-
string
Název trezoru služby Recovery Services.
- intentObjectName
-
string
Název položky ochrany replikace
Vytvoření vstupu 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(resourceGroupName: string, resourceName: string, intentObjectName: string, options?: ReplicationProtectionIntentsGetOptionalParams): Promise<ReplicationProtectionIntent>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků, ve které je k dispozici trezor služby Recovery Services.
- resourceName
-
string
Název trezoru 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(resourceGroupName: string, resourceName: string, options?: ReplicationProtectionIntentsListOptionalParams): PagedAsyncIterableIterator<ReplicationProtectionIntent, ReplicationProtectionIntent[], PageSettings>
Parametry
- resourceGroupName
-
string
Název skupiny prostředků, ve které je k dispozici trezor služby Recovery Services.
- resourceName
-
string
Název trezoru služby Recovery Services.
Parametry možností.