CustomerSubscriptions interface
Interface die een CustomerSubscriptions vertegenwoordigt.
Methoden
| create(string, string, string, Customer |
Hiermee maakt u een nieuw klantabonnement onder een registratie. |
| delete(string, string, string, Customer |
Hiermee verwijdert u een klantabonnement onder een registratie. |
| get(string, string, string, Customer |
Retourneert het opgegeven product. |
| list(string, string, Customer |
Retourneert een lijst met producten. |
Methodedetails
create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)
Hiermee maakt u een nieuw klantabonnement onder een registratie.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>
Parameters
- resourceGroup
-
string
De naam van de hulpmiddelengroep.
- registrationName
-
string
Naam van de Azure Stack-registratie.
- customerSubscriptionName
-
string
De naam van het product.
- customerCreationParameters
- CustomerSubscription
Parameters worden gebruikt om een klantabonnement te maken.
De optiesparameters.
Retouren
Promise<CustomerSubscription>
delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)
Hiermee verwijdert u een klantabonnement onder een registratie.
function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroup
-
string
De naam van de hulpmiddelengroep.
- registrationName
-
string
Naam van de Azure Stack-registratie.
- customerSubscriptionName
-
string
De naam van het product.
De optiesparameters.
Retouren
Promise<void>
get(string, string, string, CustomerSubscriptionsGetOptionalParams)
Retourneert het opgegeven product.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>
Parameters
- resourceGroup
-
string
De naam van de hulpmiddelengroep.
- registrationName
-
string
Naam van de Azure Stack-registratie.
- customerSubscriptionName
-
string
De naam van het product.
De optiesparameters.
Retouren
Promise<CustomerSubscription>
list(string, string, CustomerSubscriptionsListOptionalParams)
Retourneert een lijst met producten.
function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>
Parameters
- resourceGroup
-
string
De naam van de hulpmiddelengroep.
- registrationName
-
string
Naam van de Azure Stack-registratie.
De optiesparameters.