DedicatedCloudServices interface

واجهة تمثل DedicatedCloudServices.

الأساليب

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

حذف خدمة السحابة التقييمية

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

حذف خدمة السحابة التقييمية

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

إنشاء خدمة سحابية تكريسية

get(string, string, DedicatedCloudServicesGetOptionalParams)

إرجاع خدمة السحابة المسندة

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

إرجاع قائمة بالخدمات السحابية المخصصة ضمن مجموعة موارد

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

إرجاع قائمة بالخدمات السحابية المخصصة ضمن اشتراك

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

تصحيح خصائص الخدمة السحابية المخصصة

تفاصيل الأسلوب

beginDelete(string, string, DedicatedCloudServicesDeleteOptionalParams)

حذف خدمة السحابة التقييمية

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

dedicatedCloudServiceName

string

اسم الخدمة السحابية المخصصة

options
DedicatedCloudServicesDeleteOptionalParams

معلمات الخيارات.

المرتجعات

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

beginDeleteAndWait(string, string, DedicatedCloudServicesDeleteOptionalParams)

حذف خدمة السحابة التقييمية

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

dedicatedCloudServiceName

string

اسم الخدمة السحابية المخصصة

options
DedicatedCloudServicesDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

createOrUpdate(string, string, DedicatedCloudService, DedicatedCloudServicesCreateOrUpdateOptionalParams)

إنشاء خدمة سحابية تكريسية

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

dedicatedCloudServiceName

string

اسم خدمة السحابة المخصصة

dedicatedCloudServiceRequest
DedicatedCloudService

إنشاء طلب خدمة سحابية مخصصة

options
DedicatedCloudServicesCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

get(string, string, DedicatedCloudServicesGetOptionalParams)

إرجاع خدمة السحابة المسندة

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

dedicatedCloudServiceName

string

اسم خدمة السحابة المخصصة

options
DedicatedCloudServicesGetOptionalParams

معلمات الخيارات.

المرتجعات

listByResourceGroup(string, DedicatedCloudServicesListByResourceGroupOptionalParams)

إرجاع قائمة بالخدمات السحابية المخصصة ضمن مجموعة موارد

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

options
DedicatedCloudServicesListByResourceGroupOptionalParams

معلمات الخيارات.

المرتجعات

listBySubscription(DedicatedCloudServicesListBySubscriptionOptionalParams)

إرجاع قائمة بالخدمات السحابية المخصصة ضمن اشتراك

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

المعلمات

options
DedicatedCloudServicesListBySubscriptionOptionalParams

معلمات الخيارات.

المرتجعات

update(string, string, PatchPayload, DedicatedCloudServicesUpdateOptionalParams)

تصحيح خصائص الخدمة السحابية المخصصة

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد

dedicatedCloudServiceName

string

اسم الخدمة السحابية المخصصة

dedicatedCloudServiceRequest
PatchPayload

طلب خدمة السحابة المخصصة التصحيح

options
DedicatedCloudServicesUpdateOptionalParams

معلمات الخيارات.

المرتجعات