Delen via


DeidServicesOperations interface

Interface die een DeidServices-bewerking vertegenwoordigt.

Eigenschappen

create

Een DeidService maken

delete

Een DeidService verwijderen

get

Een DeidService ophalen

listByResourceGroup

DeidService-resources per resourcegroep weergeven

listBySubscription

DeidService-resources weergeven op abonnements-id

update

Een DeidService bijwerken

Eigenschapdetails

create

Een DeidService maken

create: (resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>

Waarde van eigenschap

(resourceGroupName: string, deidServiceName: string, resource: DeidService, options?: DeidServicesCreateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>

delete

Een DeidService verwijderen

delete: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Waarde van eigenschap

(resourceGroupName: string, deidServiceName: string, options?: DeidServicesDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Een DeidService ophalen

get: (resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>

Waarde van eigenschap

(resourceGroupName: string, deidServiceName: string, options?: DeidServicesGetOptionalParams) => Promise<DeidService>

listByResourceGroup

DeidService-resources per resourcegroep weergeven

listByResourceGroup: (resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>

Waarde van eigenschap

(resourceGroupName: string, options?: DeidServicesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>

listBySubscription

DeidService-resources weergeven op abonnements-id

listBySubscription: (options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>

Waarde van eigenschap

(options?: DeidServicesListBySubscriptionOptionalParams) => PagedAsyncIterableIterator<DeidService, DeidService[], PageSettings>

update

Een DeidService bijwerken

update: (resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>

Waarde van eigenschap

(resourceGroupName: string, deidServiceName: string, properties: DeidUpdate, options?: DeidServicesUpdateOptionalParams) => PollerLike<OperationState<DeidService>, DeidService>