Aracılığıyla paylaş


CustomerSubscriptions class

CustomerSubscriptions'ı temsil eden sınıf.

Oluşturucular

CustomerSubscriptions(AzureStackManagementClientContext)

CustomerSubscriptions oluşturun.

Yöntemler

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

Kayıt altında yeni bir müşteri aboneliği oluşturur.

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

Kayıt altındaki bir müşteri aboneliğini siler.

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

Belirtilen ürünü döndürür.

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

Ürünlerin listesini döndürür.

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

Ürünlerin listesini döndürür.

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

Oluşturucu Ayrıntıları

CustomerSubscriptions(AzureStackManagementClientContext)

CustomerSubscriptions oluşturun.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

Parametreler

client
AzureStackManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

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

Kayıt altında yeni bir müşteri aboneliği oluşturur.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

customerCreationParameters
CustomerSubscription

Parametreler, müşteri aboneliği oluşturmak için kullanılır.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<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>)

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

customerCreationParameters
CustomerSubscription

Parametreler, müşteri aboneliği oluşturmak için kullanılır.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<CustomerSubscription>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

customerCreationParameters
CustomerSubscription

Parametreler, müşteri aboneliği oluşturmak için kullanılır.

callback

ServiceCallback<CustomerSubscription>

Geri çağırma

deleteMethod(string, string, string, RequestOptionsBase)

Kayıt altındaki bir müşteri aboneliğini siler.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<RestResponse>

promise<msRest.RestResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<void>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

callback

ServiceCallback<void>

Geri çağırma

get(string, string, string, RequestOptionsBase)

Belirtilen ürünü döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.CustomerSubscriptionsGetResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<CustomerSubscription>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

callback

ServiceCallback<CustomerSubscription>

Geri çağırma

list(string, string, RequestOptionsBase)

Ürünlerin listesini döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.CustomerSubscriptionsListResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<CustomerSubscriptionList>

Geri çağırma

list(string, string, ServiceCallback<CustomerSubscriptionList>)

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

callback

ServiceCallback<CustomerSubscriptionList>

Geri çağırma

listNext(string, RequestOptionsBase)

Ürünlerin listesini döndürür.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<CustomerSubscriptionList>

Geri çağırma

listNext(string, ServiceCallback<CustomerSubscriptionList>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<CustomerSubscriptionList>

Geri çağırma