CustomerSubscriptions interface
A CustomerSubscriptions felülete.
Metódusok
| create(string, string, string, Customer |
Új ügyfél-előfizetést hoz létre egy regisztráció alatt. |
| delete(string, string, string, Customer |
Regisztráció alatt törli az ügyfél-előfizetést. |
| get(string, string, string, Customer |
A megadott terméket adja vissza. |
| list(string, string, Customer |
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.
A beállítások paraméterei.
Válaszok
Promise<CustomerSubscription>
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.
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.
A beállítások paraméterei.
Válaszok
Promise<CustomerSubscription>
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.
A beállítások paraméterei.