你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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>

回调