Aracılığıyla paylaş


DedicatedCloudServices interface

DedicatedCloudServices'i temsil eden arabirim.

Yöntemler

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Özel bulut hizmetini silme

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Özel bulut hizmetini silme

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

Özel bulut hizmeti oluşturma

get(string, string, DedicatedCloudServicesGetOptionalParams)

Dedicate Cloud Service döndürür

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

Kaynak grubu içindeki ayrılmış bulut hizmetlerinin listesini döndürür

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

Abonelik içindeki ayrılmış bulut hizmetlerinin listesini döndürür

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

Ayrılmış bulut hizmetinin özelliklerine düzeltme eki uygulama

Yöntem Ayrıntıları

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

Özel bulut hizmetini silme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

dedicatedCloudServiceName

string

ayrılmış bulut hizmeti adı

options
DedicatedCloudServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

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

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

Özel bulut hizmetini silme

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

dedicatedCloudServiceName

string

ayrılmış bulut hizmeti adı

options
DedicatedCloudServicesDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

Özel bulut hizmeti oluşturma

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

dedicatedCloudServiceName

string

ayrılmış bulut hizmeti adı

dedicatedCloudServiceRequest
DedicatedCloudService

Ayrılmış Bulut Hizmeti isteği oluşturma

options
DedicatedCloudServicesCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

get(string, string, DedicatedCloudServicesGetOptionalParams)

Dedicate Cloud Service döndürür

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

dedicatedCloudServiceName

string

ayrılmış bulut hizmeti adı

options
DedicatedCloudServicesGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

Kaynak grubu içindeki ayrılmış bulut hizmetlerinin listesini döndürür

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

options
DedicatedCloudServicesListByResourceGroupOptionalParams

Seçenekler parametreleri.

Döndürülenler

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

Abonelik içindeki ayrılmış bulut hizmetlerinin listesini döndürür

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

Parametreler

options
DedicatedCloudServicesListBySubscriptionOptionalParams

Seçenekler parametreleri.

Döndürülenler

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

Ayrılmış bulut hizmetinin özelliklerine düzeltme eki uygulama

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

Parametreler

resourceGroupName

string

Kaynak grubunun adı

dedicatedCloudServiceName

string

ayrılmış bulut hizmeti adı

dedicatedCloudServiceRequest
PatchPayload

Ayrılmış Bulut Hizmeti isteğine Düzeltme Eki Uygulama

options
DedicatedCloudServicesUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler