مشاركة عبر


CustomerSubscriptions class

فئة تمثل اشتراكات العملاء.

المنشئون

CustomerSubscriptions(AzureStackManagementClientContext)

إنشاء اشتراكات العملاء.

الأساليب

create(string, string, string, CustomerSubscription, RequestOptionsBase)

إنشاء اشتراك عميل جديد ضمن التسجيل.

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
deleteMethod(string, string, string, RequestOptionsBase)

حذف اشتراك عميل ضمن التسجيل.

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
get(string, string, string, RequestOptionsBase)

إرجاع المنتج المحدد.

get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)
get(string, string, string, ServiceCallback<CustomerSubscription>)
list(string, string, RequestOptionsBase)

إرجاع قائمة بالمنتجات.

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
list(string, string, ServiceCallback<CustomerSubscriptionList>)
listNext(string, RequestOptionsBase)

إرجاع قائمة بالمنتجات.

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
listNext(string, ServiceCallback<CustomerSubscriptionList>)

تفاصيل المنشئ

CustomerSubscriptions(AzureStackManagementClientContext)

إنشاء اشتراكات العملاء.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

المعلمات

client
AzureStackManagementClientContext

الرجوع إلى عميل الخدمة.

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

create(string, string, string, CustomerSubscription, RequestOptionsBase)

إنشاء اشتراك عميل جديد ضمن التسجيل.

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

customerCreationParameters
CustomerSubscription

تستخدم المعلمات لإنشاء اشتراك عميل.

options
RequestOptionsBase

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

المرتجعات

وعد<Models.CustomerSubscriptionsCreateResponse>

create(string, string, string, CustomerSubscription, RequestOptionsBase, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

customerCreationParameters
CustomerSubscription

تستخدم المعلمات لإنشاء اشتراك عميل.

options
RequestOptionsBase

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

callback

ServiceCallback<CustomerSubscription>

رد الاتصال

create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<CustomerSubscription>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

customerCreationParameters
CustomerSubscription

تستخدم المعلمات لإنشاء اشتراك عميل.

callback

ServiceCallback<CustomerSubscription>

رد الاتصال

deleteMethod(string, string, string, RequestOptionsBase)

حذف اشتراك عميل ضمن التسجيل.

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

options
RequestOptionsBase

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

المرتجعات

Promise<RestResponse>

وعد<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

options
RequestOptionsBase

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

callback

ServiceCallback<void>

رد الاتصال

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

callback

ServiceCallback<void>

رد الاتصال

get(string, string, string, RequestOptionsBase)

إرجاع المنتج المحدد.

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

options
RequestOptionsBase

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

المرتجعات

وعد<Models.CustomerSubscriptionsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<CustomerSubscription>)

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscription>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

options
RequestOptionsBase

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

callback

ServiceCallback<CustomerSubscription>

رد الاتصال

get(string, string, string, ServiceCallback<CustomerSubscription>)

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

customerSubscriptionName

string

اسم المنتج.

callback

ServiceCallback<CustomerSubscription>

رد الاتصال

list(string, string, RequestOptionsBase)

إرجاع قائمة بالمنتجات.

function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

options
RequestOptionsBase

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

المرتجعات

وعد<Models.CustomerSubscriptionsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

options
RequestOptionsBase

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

callback

ServiceCallback<CustomerSubscriptionList>

رد الاتصال

list(string, string, ServiceCallback<CustomerSubscriptionList>)

function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)

المعلمات

resourceGroup

string

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

registrationName

string

اسم تسجيل Azure Stack.

callback

ServiceCallback<CustomerSubscriptionList>

رد الاتصال

listNext(string, RequestOptionsBase)

إرجاع قائمة بالمنتجات.

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

options
RequestOptionsBase

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

المرتجعات

وعد<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

options
RequestOptionsBase

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

callback

ServiceCallback<CustomerSubscriptionList>

رد الاتصال

listNext(string, ServiceCallback<CustomerSubscriptionList>)

function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)

المعلمات

nextPageLink

string

NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.

callback

ServiceCallback<CustomerSubscriptionList>

رد الاتصال