CustomLocationsOperations interface
Interfaccia che rappresenta un'operazione CustomLocations.
Proprietà
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create |
Crea o aggiorna una posizione personalizzata nella sottoscrizione e nel gruppo di risorse specificati |
| delete | Elimina la posizione personalizzata con il nome della risorsa, il gruppo di risorse e l'ID sottoscrizione specificati. |
| find |
Restituisce il gruppo di risorse di destinazione associato alle regole di sincronizzazione delle risorse del percorso personalizzato che corrispondono alle regole passate con la richiesta trova gruppo di risorse di destinazione. |
| get | Ottiene i dettagli di customLocation con un gruppo di risorse e un nome specificati. |
| list |
Ottiene un elenco di percorsi personalizzati nella sottoscrizione e nel gruppo di risorse specificati. L'operazione restituisce le proprietà di ogni percorso personalizzato. |
| list |
Ottiene un elenco di percorsi personalizzati nella sottoscrizione specificata. L'operazione restituisce le proprietà di ogni percorso personalizzato |
| list |
Ottiene l'elenco dei tipi di risorse abilitati. |
| list |
Elenca tutte le operazioni di posizioni personalizzate disponibili. |
| update | Aggiorna un percorso personalizzato con il nome della risorsa specificato nel gruppo di risorse e nella sottoscrizione specificati. |
Dettagli proprietà
beginCreateOrUpdate
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdate: (resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomLocation>, CustomLocation>>
Valore della proprietà
(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => Promise<SimplePollerLike<OperationState<CustomLocation>, CustomLocation>>
beginCreateOrUpdateAndWait
Avviso
Questa API è ora deprecata.
use createOrUpdate instead
beginCreateOrUpdateAndWait: (resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => Promise<CustomLocation>
Valore della proprietà
(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => Promise<CustomLocation>
beginDelete
Avviso
Questa API è ora deprecata.
use delete instead
beginDelete: (resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Avviso
Questa API è ora deprecata.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => Promise<void>
createOrUpdate
Crea o aggiorna una posizione personalizzata nella sottoscrizione e nel gruppo di risorse specificati
createOrUpdate: (resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomLocation>, CustomLocation>
Valore della proprietà
(resourceGroupName: string, resourceName: string, parameters: CustomLocation, options?: CustomLocationsCreateOrUpdateOptionalParams) => PollerLike<OperationState<CustomLocation>, CustomLocation>
delete
Elimina la posizione personalizzata con il nome della risorsa, il gruppo di risorse e l'ID sottoscrizione specificati.
delete: (resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
findTargetResourceGroup
Restituisce il gruppo di risorse di destinazione associato alle regole di sincronizzazione delle risorse del percorso personalizzato che corrispondono alle regole passate con la richiesta trova gruppo di risorse di destinazione.
findTargetResourceGroup: (resourceGroupName: string, resourceName: string, parameters: CustomLocationFindTargetResourceGroupProperties, options?: CustomLocationsFindTargetResourceGroupOptionalParams) => Promise<undefined | CustomLocationFindTargetResourceGroupResult>
Valore della proprietà
(resourceGroupName: string, resourceName: string, parameters: CustomLocationFindTargetResourceGroupProperties, options?: CustomLocationsFindTargetResourceGroupOptionalParams) => Promise<undefined | CustomLocationFindTargetResourceGroupResult>
get
Ottiene i dettagli di customLocation con un gruppo di risorse e un nome specificati.
get: (resourceGroupName: string, resourceName: string, options?: CustomLocationsGetOptionalParams) => Promise<CustomLocation>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsGetOptionalParams) => Promise<CustomLocation>
listByResourceGroup
Ottiene un elenco di percorsi personalizzati nella sottoscrizione e nel gruppo di risorse specificati. L'operazione restituisce le proprietà di ogni percorso personalizzato.
listByResourceGroup: (resourceGroupName: string, options?: CustomLocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: CustomLocationsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>
listBySubscription
Ottiene un elenco di percorsi personalizzati nella sottoscrizione specificata. L'operazione restituisce le proprietà di ogni percorso personalizzato
listBySubscription: (options?: CustomLocationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>
Valore della proprietà
(options?: CustomLocationsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<CustomLocation, CustomLocation[], PageSettings>
listEnabledResourceTypes
Ottiene l'elenco dei tipi di risorse abilitati.
listEnabledResourceTypes: (resourceGroupName: string, resourceName: string, options?: CustomLocationsListEnabledResourceTypesOptionalParams) => PagedAsyncIterableIterator<EnabledResourceType, EnabledResourceType[], PageSettings>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsListEnabledResourceTypesOptionalParams) => PagedAsyncIterableIterator<EnabledResourceType, EnabledResourceType[], PageSettings>
listOperations
Elenca tutte le operazioni di posizioni personalizzate disponibili.
listOperations: (options?: CustomLocationsListOperationsOptionalParams) => PagedAsyncIterableIterator<CustomLocationOperation, CustomLocationOperation[], PageSettings>
Valore della proprietà
(options?: CustomLocationsListOperationsOptionalParams) => PagedAsyncIterableIterator<CustomLocationOperation, CustomLocationOperation[], PageSettings>
update
Aggiorna un percorso personalizzato con il nome della risorsa specificato nel gruppo di risorse e nella sottoscrizione specificati.
update: (resourceGroupName: string, resourceName: string, options?: CustomLocationsUpdateOptionalParams) => Promise<CustomLocation>
Valore della proprietà
(resourceGroupName: string, resourceName: string, options?: CustomLocationsUpdateOptionalParams) => Promise<CustomLocation>