ResourceSyncRulesOperations interface

Interfaccia che rappresenta un'operazione ResourceSyncRules.

Proprietà

beginCreateOrUpdate
beginCreateOrUpdateAndWait
beginUpdate
beginUpdateAndWait
createOrUpdate

Crea o aggiorna una regola di sincronizzazione delle risorse nel percorso personalizzato padre, nell'ID sottoscrizione e nel gruppo di risorse padre

delete

Elimina la regola di sincronizzazione risorse con il nome della regola di sincronizzazione risorse, il nome della risorsa percorso personalizzato, il gruppo di risorse e l'ID sottoscrizione specificati.

get

Ottiene i dettagli della risorsaSyncRule con un gruppo di risorse specificato, il nome della risorsa percorso personalizzato id sottoscrizione e il nome della regola di sincronizzazione risorse.

listByCustomLocationID

Ottiene un elenco di regole di sincronizzazione risorse nella sottoscrizione specificata. L'operazione restituisce le proprietà di ogni regola di sincronizzazione risorse

update

Aggiorna una regola di sincronizzazione risorse con il nome della regola di sincronizzazione risorse specificato nel gruppo di risorse, nella sottoscrizione e nel nome della posizione personalizzata specificati.

Dettagli proprietà

beginCreateOrUpdate

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>

beginCreateOrUpdateAndWait

Avviso

Questa API è ora deprecata.

use createOrUpdate instead

beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<ResourceSyncRule>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => Promise<ResourceSyncRule>

beginUpdate

Avviso

Questa API è ora deprecata.

use update instead

beginUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>>

beginUpdateAndWait

Avviso

Questa API è ora deprecata.

use update instead

beginUpdateAndWait: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<ResourceSyncRule>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => Promise<ResourceSyncRule>

createOrUpdate

Crea o aggiorna una regola di sincronizzazione delle risorse nel percorso personalizzato padre, nell'ID sottoscrizione e nel gruppo di risorse padre

createOrUpdate: (resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, parameters: ResourceSyncRule, options?: ResourceSyncRulesCreateOrUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>

delete

Elimina la regola di sincronizzazione risorse con il nome della regola di sincronizzazione risorse, il nome della risorsa percorso personalizzato, il gruppo di risorse e l'ID sottoscrizione specificati.

delete: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesDeleteOptionalParams) => Promise<void>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesDeleteOptionalParams) => Promise<void>

get

Ottiene i dettagli della risorsaSyncRule con un gruppo di risorse specificato, il nome della risorsa percorso personalizzato id sottoscrizione e il nome della regola di sincronizzazione risorse.

get: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesGetOptionalParams) => Promise<ResourceSyncRule>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesGetOptionalParams) => Promise<ResourceSyncRule>

listByCustomLocationID

Ottiene un elenco di regole di sincronizzazione risorse nella sottoscrizione specificata. L'operazione restituisce le proprietà di ogni regola di sincronizzazione risorse

listByCustomLocationID: (resourceGroupName: string, resourceName: string, options?: ResourceSyncRulesListByCustomLocationIDOptionalParams) => PagedAsyncIterableIterator<ResourceSyncRule, ResourceSyncRule[], PageSettings>

Valore della proprietà

(resourceGroupName: string, resourceName: string, options?: ResourceSyncRulesListByCustomLocationIDOptionalParams) => PagedAsyncIterableIterator<ResourceSyncRule, ResourceSyncRule[], PageSettings>

update

Aggiorna una regola di sincronizzazione risorse con il nome della regola di sincronizzazione risorse specificato nel gruppo di risorse, nella sottoscrizione e nel nome della posizione personalizzata specificati.

update: (resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>

Valore della proprietà

(resourceGroupName: string, resourceName: string, childResourceName: string, options?: ResourceSyncRulesUpdateOptionalParams) => PollerLike<OperationState<ResourceSyncRule>, ResourceSyncRule>