DeidServicesOperations interface
Interfaccia che rappresenta un'operazione DeidServices.
Proprietà
| create | Creare un deidService |
| delete | Eliminare un deidService |
| get | Ottenere un deidService |
| list |
Elencare le risorse deidService per gruppo di risorse |
| list |
Elencare le risorse deidService in base all'ID sottoscrizione |
| update | Aggiornare un deidService |
Dettagli proprietà
create
Creare un deidService
create: (resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>
Valore della proprietà
(resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>
delete
Eliminare un deidService
delete: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Valore della proprietà
(resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
Ottenere un deidService
get: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>
Valore della proprietà
(resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>
listByResourceGroup
Elencare le risorse deidService per gruppo di risorse
listByResourceGroup: (resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>
Valore della proprietà
(resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>
listBySubscription
Elencare le risorse deidService in base all'ID sottoscrizione
listBySubscription: (options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>
Valore della proprietà
(options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>
update
Aggiornare un deidService
update: (resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>
Valore della proprietà
(resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>