CustomerSubscriptions class
CustomerSubscriptions osztály.
Konstruktorok
| Customer |
CustomerSubscriptions létrehozása. |
Metódusok
Konstruktor adatai
CustomerSubscriptions(AzureStackManagementClientContext)
CustomerSubscriptions létrehozása.
new CustomerSubscriptions(client: AzureStackManagementClientContext)
Paraméterek
Hivatkozás a szolgáltatásügyfélre.
Metódus adatai
create(string, string, string, CustomerSubscription, RequestOptionsBase)
Új ügyfél-előfizetést hoz létre egy regisztráció alatt.
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: RequestOptionsBase): Promise<CustomerSubscriptionsCreateResponse>
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
- RequestOptionsBase
Az opcionális paraméterek
Válaszok
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>)
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
- RequestOptionsBase
Az opcionális paraméterek
- callback
A visszahívás
create(string, string, string, CustomerSubscription, ServiceCallback<CustomerSubscription>)
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, callback: ServiceCallback<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.
- callback
A visszahívás
deleteMethod(string, string, string, RequestOptionsBase)
Regisztráció alatt törli az ügyfél-előfizetést.
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<RestResponse>
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- customerSubscriptionName
-
string
A termék neve.
- options
- RequestOptionsBase
Az opcionális paraméterek
Válaszok
Promise<RestResponse>
Ígéret<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options: RequestOptionsBase, callback: ServiceCallback<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
- RequestOptionsBase
Az opcionális paraméterek
- callback
-
ServiceCallback<void>
A visszahívás
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<void>)
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- customerSubscriptionName
-
string
A termék neve.
- callback
-
ServiceCallback<void>
A visszahívás
get(string, string, string, RequestOptionsBase)
A megadott terméket adja vissza.
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsGetResponse>
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- customerSubscriptionName
-
string
A termék neve.
- options
- RequestOptionsBase
Az opcionális paraméterek
Válaszok
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>)
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- customerSubscriptionName
-
string
A termék neve.
- options
- RequestOptionsBase
Az opcionális paraméterek
- callback
A visszahívás
get(string, string, string, ServiceCallback<CustomerSubscription>)
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, callback: ServiceCallback<CustomerSubscription>)
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- customerSubscriptionName
-
string
A termék neve.
- callback
A visszahívás
list(string, string, RequestOptionsBase)
A termékek listáját adja vissza.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListResponse>
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- options
- RequestOptionsBase
Az opcionális paraméterek
Válaszok
Promise<CustomerSubscriptionsListResponse>
Promise<Models.CustomerSubscriptionsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- options
- RequestOptionsBase
Az opcionális paraméterek
- callback
A visszahívás
list(string, string, ServiceCallback<CustomerSubscriptionList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<CustomerSubscriptionList>)
Paraméterek
- resourceGroup
-
string
Az erőforráscsoport neve.
- registrationName
-
string
Az Azure Stack-regisztráció neve.
- callback
A visszahívás
listNext(string, RequestOptionsBase)
A termékek listáját adja vissza.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<CustomerSubscriptionsListNextResponse>
Paraméterek
- nextPageLink
-
string
Az előző sikeres listahívási művelet NextLinkje.
- options
- RequestOptionsBase
Az opcionális paraméterek
Válaszok
Promise<Models.CustomerSubscriptionsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<CustomerSubscriptionList>)
Paraméterek
- nextPageLink
-
string
Az előző sikeres listahívási művelet NextLinkje.
- options
- RequestOptionsBase
Az opcionális paraméterek
- callback
A visszahívás
listNext(string, ServiceCallback<CustomerSubscriptionList>)
function listNext(nextPageLink: string, callback: ServiceCallback<CustomerSubscriptionList>)
Paraméterek
- nextPageLink
-
string
Az előző sikeres listahívási művelet NextLinkje.
- callback
A visszahívás