CustomerSubscriptions interface

A CustomerSubscriptions felülete.

Metódusok

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

Új ügyfél-előfizetést hoz létre egy regisztráció alatt.

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Regisztráció alatt törli az ügyfél-előfizetést.

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

A megadott terméket adja vissza.

list(string, string, CustomerSubscriptionsListOptionalParams)

A termékek listáját adja vissza.

Metódus adatai

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

Új ügyfél-előfizetést hoz létre egy regisztráció alatt.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

registrationName

string

Az Azure Stack-regisztráció neve.

customerSubscriptionName

string

A termék neve.

customerCreationParameters
CustomerSubscription

A paraméterek ügyfél-előfizetés létrehozásához használhatók.

options
CustomerSubscriptionsCreateOptionalParams

A beállítások paraméterei.

Válaszok

delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)

Regisztráció alatt törli az ügyfél-előfizetést.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

registrationName

string

Az Azure Stack-regisztráció neve.

customerSubscriptionName

string

A termék neve.

options
CustomerSubscriptionsDeleteOptionalParams

A beállítások paraméterei.

Válaszok

Promise<void>

get(string, string, string, CustomerSubscriptionsGetOptionalParams)

A megadott terméket adja vissza.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

registrationName

string

Az Azure Stack-regisztráció neve.

customerSubscriptionName

string

A termék neve.

options
CustomerSubscriptionsGetOptionalParams

A beállítások paraméterei.

Válaszok

list(string, string, CustomerSubscriptionsListOptionalParams)

A termékek listáját adja vissza.

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

Paraméterek

resourceGroup

string

Az erőforráscsoport neve.

registrationName

string

Az Azure Stack-regisztráció neve.

options
CustomerSubscriptionsListOptionalParams

A beállítások paraméterei.

Válaszok