CustomerSubscriptions interface
代表 CustomerSubscriptions 的介面。
方法
方法詳細資料
create(string, string, string, CustomerSubscription, CustomerSubscriptionsCreateOptionalParams)
在註冊下建立新的客戶訂用帳戶。
function create(resourceGroup: string, registrationName: string, customerSubscriptionName: string, customerCreationParameters: CustomerSubscription, options?: CustomerSubscriptionsCreateOptionalParams): Promise<CustomerSubscription>
參數
- resourceGroup
-
string
資源群組的名稱。
- registrationName
-
string
Azure Stack 註冊的名稱。
- customerSubscriptionName
-
string
產品的名稱。
- customerCreationParameters
- CustomerSubscription
用來建立客戶訂用帳戶的參數。
選項參數。
傳回
Promise<CustomerSubscription>
delete(string, string, string, CustomerSubscriptionsDeleteOptionalParams)
刪除註冊下的客戶訂用帳戶。
function delete(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsDeleteOptionalParams): Promise<void>
參數
- resourceGroup
-
string
資源群組的名稱。
- registrationName
-
string
Azure Stack 註冊的名稱。
- customerSubscriptionName
-
string
產品的名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, CustomerSubscriptionsGetOptionalParams)
傳回指定的產品。
function get(resourceGroup: string, registrationName: string, customerSubscriptionName: string, options?: CustomerSubscriptionsGetOptionalParams): Promise<CustomerSubscription>
參數
- resourceGroup
-
string
資源群組的名稱。
- registrationName
-
string
Azure Stack 註冊的名稱。
- customerSubscriptionName
-
string
產品的名稱。
選項參數。
傳回
Promise<CustomerSubscription>
list(string, string, CustomerSubscriptionsListOptionalParams)
傳回產品清單。
function list(resourceGroup: string, registrationName: string, options?: CustomerSubscriptionsListOptionalParams): PagedAsyncIterableIterator<CustomerSubscription, CustomerSubscription[], PageSettings>
參數
- resourceGroup
-
string
資源群組的名稱。
- registrationName
-
string
Azure Stack 註冊的名稱。
選項參數。