共用方式為


Products interface

代表 Products 的介面。

方法

get(string, string, string, ProductsGetOptionalParams)

傳回指定的產品。

getProduct(string, string, string, ProductsGetProductOptionalParams)

傳回指定的產品。

getProducts(string, string, string, ProductsGetProductsOptionalParams)

傳回產品清單。

list(string, string, ProductsListOptionalParams)

傳回產品清單。

listDetails(string, string, string, ProductsListDetailsOptionalParams)

傳回產品的擴充屬性。

uploadLog(string, string, string, ProductsUploadLogOptionalParams)

傳回指定的產品。

方法詳細資料

get(string, string, string, ProductsGetOptionalParams)

傳回指定的產品。

function get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<Product>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
ProductsGetOptionalParams

選項參數。

傳回

Promise<Product>

getProduct(string, string, string, ProductsGetProductOptionalParams)

傳回指定的產品。

function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<Product>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
ProductsGetProductOptionalParams

選項參數。

傳回

Promise<Product>

getProducts(string, string, string, ProductsGetProductsOptionalParams)

傳回產品清單。

function getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductList>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
ProductsGetProductsOptionalParams

選項參數。

傳回

Promise<ProductList>

list(string, string, ProductsListOptionalParams)

傳回產品清單。

function list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product, Product[], PageSettings>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

options
ProductsListOptionalParams

選項參數。

傳回

listDetails(string, string, string, ProductsListDetailsOptionalParams)

傳回產品的擴充屬性。

function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ExtendedProduct>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
ProductsListDetailsOptionalParams

選項參數。

傳回

Promise<ExtendedProduct>

uploadLog(string, string, string, ProductsUploadLogOptionalParams)

傳回指定的產品。

function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductLog>

參數

resourceGroup

string

資源群組的名稱。

registrationName

string

Azure Stack 註冊的名稱。

productName

string

產品名稱。

options
ProductsUploadLogOptionalParams

選項參數。

傳回

Promise<ProductLog>