DedicatedHostGroupsOperations interface
Interfaccia che rappresenta un'operazione DedicatedHostGroups.
Proprietà
| create |
Creare o aggiornare un gruppo host dedicato. Per i dettagli su Dedicated Host e Dedicated Host Groups, consultare [Documentazione Dedicated Host] (https://go.microsoft.com/fwlink/?linkid=2082596) |
| delete | |
| get | Recupera informazioni su un gruppo host dedicato. |
| list |
Elenca tutti i gruppi host dedicati nel gruppo di risorse specificato. Utilizzare la proprietà nextLink nella risposta per ottenere la pagina successiva dei gruppi host dedicati. |
| list |
Elenca tutti i gruppi host dedicati nella sottoscrizione. Utilizzare la proprietà nextLink nella risposta per ottenere la pagina successiva dei gruppi host dedicati. |
| update | Aggiornare un gruppo host dedicato. |
Dettagli proprietà
createOrUpdate
Creare o aggiornare un gruppo host dedicato. Per i dettagli su Dedicated Host e Dedicated Host Groups, consultare [Documentazione Dedicated Host] (https://go.microsoft.com/fwlink/?linkid=2082596)
createOrUpdate: (resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams) => Promise<DedicatedHostGroup>
Valore della proprietà
(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroup, options?: DedicatedHostGroupsCreateOrUpdateOptionalParams) => Promise<DedicatedHostGroup>
delete
delete: (resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsDeleteOptionalParams) => Promise<void>
get
Recupera informazioni su un gruppo host dedicato.
get: (resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams) => Promise<DedicatedHostGroup>
Valore della proprietà
(resourceGroupName: string, hostGroupName: string, options?: DedicatedHostGroupsGetOptionalParams) => Promise<DedicatedHostGroup>
listByResourceGroup
Elenca tutti i gruppi host dedicati nel gruppo di risorse specificato. Utilizzare la proprietà nextLink nella risposta per ottenere la pagina successiva dei gruppi host dedicati.
listByResourceGroup: (resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: DedicatedHostGroupsListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
listBySubscription
Elenca tutti i gruppi host dedicati nella sottoscrizione. Utilizzare la proprietà nextLink nella risposta per ottenere la pagina successiva dei gruppi host dedicati.
listBySubscription: (options?: DedicatedHostGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
Valore della proprietà
(options?: DedicatedHostGroupsListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DedicatedHostGroup, DedicatedHostGroup[], PageSettings>
update
Aggiornare un gruppo host dedicato.
update: (resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams) => Promise<DedicatedHostGroup>
Valore della proprietà
(resourceGroupName: string, hostGroupName: string, parameters: DedicatedHostGroupUpdate, options?: DedicatedHostGroupsUpdateOptionalParams) => Promise<DedicatedHostGroup>