PrivateClouds interface

واجهة تمثل PrivateClouds.

الأساليب

get(string, string, PrivateCloudsGetOptionalParams)

إرجاع السحابة الخاصة باسمها

list(string, PrivateCloudsListOptionalParams)

إرجاع قائمة السحب الخاصة في منطقة معينة

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

get(string, string, PrivateCloudsGetOptionalParams)

إرجاع السحابة الخاصة باسمها

function get(pcName: string, regionId: string, options?: PrivateCloudsGetOptionalParams): Promise<PrivateCloud>

المعلمات

pcName

string

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

regionId

string

معرف المنطقة (westus، eastus)

options
PrivateCloudsGetOptionalParams

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

المرتجعات

Promise<PrivateCloud>

list(string, PrivateCloudsListOptionalParams)

إرجاع قائمة السحب الخاصة في منطقة معينة

function list(regionId: string, options?: PrivateCloudsListOptionalParams): PagedAsyncIterableIterator<PrivateCloud, PrivateCloud[], PageSettings>

المعلمات

regionId

string

معرف المنطقة (westus، eastus)

options
PrivateCloudsListOptionalParams

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

المرتجعات