CustomerSubscriptions class
فئة تمثل اشتراكات العملاء.
المنشئون
| Customer |
إنشاء اشتراكات العملاء. |
الأساليب
تفاصيل المنشئ
CustomerSubscriptions(AzureStackManagementClientContext)
إنشاء اشتراكات العملاء.
new CustomerSubscriptions(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
المعلمات الاختيارية
المرتجعات
Promise<CustomerSubscriptionsCreateResponse>
وعد<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
رد الاتصال
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
رد الاتصال
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
المعلمات الاختيارية
المرتجعات
Promise<CustomerSubscriptionsGetResponse>
وعد<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
رد الاتصال
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
رد الاتصال
list(string, string, RequestOptionsBase)
إرجاع قائمة بالمنتجات.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>
المعلمات
- resourceGroup
-
string
اسم مجموعة الموارد.
- registrationName
-
string
اسم تسجيل Azure Stack.
- options
- RequestOptionsBase
المعلمات الاختيارية
المرتجعات
Promise<CustomerSubscriptionsListResponse>
وعد<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
رد الاتصال
list(string, string, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)
المعلمات
- resourceGroup
-
string
اسم مجموعة الموارد.
- registrationName
-
string
اسم تسجيل Azure Stack.
- callback
رد الاتصال
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
رد الاتصال
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
المعلمات
- nextPageLink
-
string
NextLink من عملية الاستدعاء الناجحة السابقة إلى القائمة.
- callback
رد الاتصال