共用方式為


Products class

代表 Products 的類別。

建構函式

Products(AzureStackManagementClientContext)

建立產品。

方法

get(string, string, string, RequestOptionsBase)

傳回指定的產品。

get(string, string, string, RequestOptionsBase, ServiceCallback<Product>)
get(string, string, string, ServiceCallback<Product>)
getProduct(string, string, string, RequestOptionsBase)

傳回指定的產品。

getProduct(string, string, string, RequestOptionsBase, ServiceCallback<Product>)
getProduct(string, string, string, ServiceCallback<Product>)
getProducts(string, string, RequestOptionsBase)

傳回產品清單。

getProducts(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
getProducts(string, string, ServiceCallback<ProductList>)
list(string, string, RequestOptionsBase)

傳回產品清單。

list(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
list(string, string, ServiceCallback<ProductList>)
listDetails(string, string, string, RequestOptionsBase)

傳回產品的擴充屬性。

listDetails(string, string, string, RequestOptionsBase, ServiceCallback<ExtendedProduct>)
listDetails(string, string, string, ServiceCallback<ExtendedProduct>)
listNext(string, RequestOptionsBase)

傳回產品清單。

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)
listNext(string, ServiceCallback<ProductList>)
uploadLog(string, string, string, RequestOptionsBase)

傳回指定的產品。

uploadLog(string, string, string, RequestOptionsBase, ServiceCallback<ProductLog>)
uploadLog(string, string, string, ServiceCallback<ProductLog>)

建構函式詳細資料

Products(AzureStackManagementClientContext)

建立產品。

new Products(client: AzureStackManagementClientContext)

參數

client
AzureStackManagementClientContext

服務客戶端的參考。

方法詳細資料

get(string, string, string, RequestOptionsBase)

傳回指定的產品。

function get(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Product>)

function get(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<Product>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Product>

回呼

get(string, string, string, ServiceCallback<Product>)

function get(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

callback

ServiceCallback<Product>

回呼

getProduct(string, string, string, RequestOptionsBase)

傳回指定的產品。

function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetProductResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsGetProductResponse>

getProduct(string, string, string, RequestOptionsBase, ServiceCallback<Product>)

function getProduct(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<Product>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<Product>

回呼

getProduct(string, string, string, ServiceCallback<Product>)

function getProduct(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

callback

ServiceCallback<Product>

回呼

getProducts(string, string, RequestOptionsBase)

傳回產品清單。

function getProducts(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsGetProductsResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsGetProductsResponse>

getProducts(string, string, RequestOptionsBase, ServiceCallback<ProductList>)

function getProducts(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<ProductList>

回呼

getProducts(string, string, ServiceCallback<ProductList>)

function getProducts(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

callback

ServiceCallback<ProductList>

回呼

list(string, string, RequestOptionsBase)

傳回產品清單。

function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsListResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsListResponse>

list(string, string, RequestOptionsBase, ServiceCallback<ProductList>)

function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<ProductList>

回呼

list(string, string, ServiceCallback<ProductList>)

function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

callback

ServiceCallback<ProductList>

回呼

listDetails(string, string, string, RequestOptionsBase)

傳回產品的擴充屬性。

function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsListDetailsResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

傳回

Promise<Models.ProductsListDetailsResponse>

listDetails(string, string, string, RequestOptionsBase, ServiceCallback<ExtendedProduct>)

function listDetails(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<ExtendedProduct>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<ExtendedProduct>

回呼

listDetails(string, string, string, ServiceCallback<ExtendedProduct>)

function listDetails(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ExtendedProduct>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

callback

ServiceCallback<ExtendedProduct>

回呼

listNext(string, RequestOptionsBase)

傳回產品清單。

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ProductsListNextResponse>

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<ProductList>

回呼

listNext(string, ServiceCallback<ProductList>)

function listNext(nextPageLink: string, callback: ServiceCallback<ProductList>)

參數

nextPageLink

string

上一次成功呼叫 List 作業的 NextLink。

callback

ServiceCallback<ProductList>

回呼

uploadLog(string, string, string, RequestOptionsBase)

傳回指定的產品。

function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsUploadLogResponse>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

傳回

承諾<Models.ProductsUploadLogResponse>

uploadLog(string, string, string, RequestOptionsBase, ServiceCallback<ProductLog>)

function uploadLog(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductLog>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
RequestOptionsBase

選擇性參數

callback

ServiceCallback<ProductLog>

回呼

uploadLog(string, string, string, ServiceCallback<ProductLog>)

function uploadLog(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ProductLog>)

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

callback

ServiceCallback<ProductLog>

回呼