Delen via


DedicatedCloudServices interface

Interface die een DedicatedCloudServices vertegenwoordigt.

Methoden

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Toegewezen cloudservice verwijderen

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Toegewezen cloudservice verwijderen

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

Een speciale cloudservice maken

get(string, string, DedicatedCloudServicesGetOptionalParams)

Retourneert toegewezen cloudservice

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

Retourneert een lijst met toegewezen cloudservices binnen een resourcegroep

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

Retourneert een lijst met toegewezen cloudservices binnen een abonnement

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

Eigenschappen van toegewezen cloudservices patchen

Methodedetails

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Toegewezen cloudservice verwijderen

function beginDelete(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parameters

resourceGroupName

string

De naam van de resourcegroep

dedicatedCloudServiceName

string

Naam van toegewezen cloudservice

options
DedicatedCloudServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Toegewezen cloudservice verwijderen

function beginDeleteAndWait(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

De naam van de resourcegroep

dedicatedCloudServiceName

string

Naam van toegewezen cloudservice

options
DedicatedCloudServicesDeleteOptionalParams

De optiesparameters.

Retouren

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

Een speciale cloudservice maken

function createOrUpdate(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: DedicatedCloudService, options?: DedicatedCloudServicesCreateOrUpdateOptionalParams): Promise<DedicatedCloudService>

Parameters

resourceGroupName

string

De naam van de resourcegroep

dedicatedCloudServiceName

string

Naam van toegewezen cloudservice

dedicatedCloudServiceRequest
DedicatedCloudService

Toegewezen cloudserviceaanvraag maken

Retouren

get(string, string, DedicatedCloudServicesGetOptionalParams)

Retourneert toegewezen cloudservice

function get(resourceGroupName: string, dedicatedCloudServiceName: string, options?: DedicatedCloudServicesGetOptionalParams): Promise<DedicatedCloudService>

Parameters

resourceGroupName

string

De naam van de resourcegroep

dedicatedCloudServiceName

string

Naam van toegewezen cloudservice

options
DedicatedCloudServicesGetOptionalParams

De optiesparameters.

Retouren

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

Retourneert een lijst met toegewezen cloudservices binnen een resourcegroep

function listByResourceGroup(resourceGroupName: string, options?: DedicatedCloudServicesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>

Parameters

resourceGroupName

string

De naam van de resourcegroep

Retouren

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

Retourneert een lijst met toegewezen cloudservices binnen een abonnement

function listBySubscription(options?: DedicatedCloudServicesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<DedicatedCloudService, DedicatedCloudService[], PageSettings>

Parameters

Retouren

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

Eigenschappen van toegewezen cloudservices patchen

function update(resourceGroupName: string, dedicatedCloudServiceName: string, dedicatedCloudServiceRequest: PatchPayload, options?: DedicatedCloudServicesUpdateOptionalParams): Promise<DedicatedCloudService>

Parameters

resourceGroupName

string

De naam van de resourcegroep

dedicatedCloudServiceName

string

Naam van toegewezen cloudservice

dedicatedCloudServiceRequest
PatchPayload

Patch toegewezen cloudserviceaanvraag

options
DedicatedCloudServicesUpdateOptionalParams

De optiesparameters.

Retouren