CustomerSubscriptions class
Třída představující CustomerSubscriptions.
Konstruktory
Customer |
Vytvořte předplatné CustomerSubscriptions. |
Metody
Podrobnosti konstruktoru
CustomerSubscriptions(AzureStackManagementClientContext)
Vytvořte předplatné CustomerSubscriptions.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Parametry
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<CustomerSubscriptionsCreateResponse>
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
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
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<CustomerSubscriptionsGetResponse>
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
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
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<CustomerSubscriptionsListResponse>
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
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
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
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
Zpětné volání