Sdílet prostřednictvím


CustomerSubscriptions class

Třída představující CustomerSubscriptions.

Konstruktory

CustomerSubscriptions(AzureStackManagementClientContext)

Vytvořte předplatné CustomerSubscriptions.

Metody

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

Vytvoří nové předplatné zákazníka v rámci registrace.

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

Odstraní předplatné zákazníka v rámci registrace.

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

Vrátí zadaný produkt.

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

Vrátí seznam produktů.

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

Vrátí seznam produktů.

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

Podrobnosti konstruktoru

CustomerSubscriptions(AzureStackManagementClientContext)

Vytvořte předplatné CustomerSubscriptions.

new CustomerSubscriptions(client: AzureStackManagementClientContext)

Parametry

client
AzureStackManagementClientContext

Odkaz na klienta služby

Podrobnosti metody

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

Vytvoří nové předplatné zákazníka v rámci registrace.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

customerCreationParameters
CustomerSubscription

Parametry se používají k vytvoření předplatného zákazníka.

options
RequestOptionsBase

Volitelné parametry

Návraty

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

customerCreationParameters
CustomerSubscription

Parametry se používají k vytvoření předplatného zákazníka.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<CustomerSubscription>

Zpětné volání

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

customerCreationParameters
CustomerSubscription

Parametry se používají k vytvoření předplatného zákazníka.

callback

ServiceCallback<CustomerSubscription>

Zpětné volání

deleteMethod(string, string, string, RequestOptionsBase)

Odstraní předplatné zákazníka v rámci registrace.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

options
RequestOptionsBase

Volitelné parametry

Návraty

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<void>

Zpětné volání

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

callback

ServiceCallback<void>

Zpětné volání

get(string, string, string, RequestOptionsBase)

Vrátí zadaný produkt.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.CustomerSubscriptionsGetResponse>

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<CustomerSubscription>

Zpětné volání

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

customerSubscriptionName

string

Název produktu

callback

ServiceCallback<CustomerSubscription>

Zpětné volání

list(string, string, RequestOptionsBase)

Vrátí seznam produktů.

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.CustomerSubscriptionsListResponse>

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

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<CustomerSubscriptionList>

Zpětné volání

list(string, string, ServiceCallback<CustomerSubscriptionList>)

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

Parametry

resourceGroup

string

Název skupiny prostředků.

registrationName

string

Název registrace služby Azure Stack.

callback

ServiceCallback<CustomerSubscriptionList>

Zpětné volání

listNext(string, RequestOptionsBase)

Vrátí seznam produktů.

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

Návraty

Promise<Models.CustomerSubscriptionsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

options
RequestOptionsBase

Volitelné parametry

callback

ServiceCallback<CustomerSubscriptionList>

Zpětné volání

listNext(string, ServiceCallback<CustomerSubscriptionList>)

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

Parametry

nextPageLink

string

The NextLink from the previous successful call to List operation.

callback

ServiceCallback<CustomerSubscriptionList>

Zpětné volání