Aracılığıyla paylaş


CustomerSubscriptions interface

CustomerSubscriptions'ı temsil eden arabirim.

Yöntemler

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

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

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

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

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

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

list(string, string, CustomerSubscriptionsListOptionalParams)

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

Yöntem Ayrıntıları

create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)

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

function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<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
CustomerSubscriptionsCreateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

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

function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
CustomerSubscriptionsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

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

function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

customerSubscriptionName

string

Ürünün adı.

options
CustomerSubscriptionsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, CustomerSubscriptionsListOptionalParams)

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

function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
CustomerSubscriptionsListOptionalParams

Seçenekler parametreleri.

Döndürülenler