Products class
表示 Products 的类。
构造函数
| Products(Azure |
创建产品。 |
方法
构造函数详细信息
Products(AzureStackManagementClientContext)
创建产品。
new Products(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
可选参数
返回
Promise<ProductsGetResponse>
承诺<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
回调
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
回调
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
可选参数
返回
Promise<ProductsGetProductResponse>
承诺<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
回调
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
回调
getProducts(string, string, RequestOptionsBase)
返回产品列表。
function getProducts(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsGetProductsResponse>
参数
- resourceGroup
-
string
资源组的名称。
- registrationName
-
string
Azure Stack 注册的名称。
- options
- RequestOptionsBase
可选参数
返回
Promise<ProductsGetProductsResponse>
承诺<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
回调
getProducts(string, string, ServiceCallback<ProductList>)
function getProducts(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
参数
- resourceGroup
-
string
资源组的名称。
- registrationName
-
string
Azure Stack 注册的名称。
- callback
回调
list(string, string, RequestOptionsBase)
返回产品列表。
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsListResponse>
参数
- resourceGroup
-
string
资源组的名称。
- registrationName
-
string
Azure Stack 注册的名称。
- options
- RequestOptionsBase
可选参数
返回
Promise<ProductsListResponse>
承诺<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
回调
list(string, string, ServiceCallback<ProductList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
参数
- resourceGroup
-
string
资源组的名称。
- registrationName
-
string
Azure Stack 注册的名称。
- callback
回调
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<ProductsListDetailsResponse>
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
回调
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
回调
listNext(string, RequestOptionsBase)
返回产品列表。
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ProductsListNextResponse>
参数
- nextPageLink
-
string
上一次成功调用 List作的 NextLink。
- options
- RequestOptionsBase
可选参数
返回
Promise<ProductsListNextResponse>
承诺<Models.ProductsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
参数
- nextPageLink
-
string
上一次成功调用 List作的 NextLink。
- options
- RequestOptionsBase
可选参数
- callback
回调
listNext(string, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, callback: ServiceCallback<ProductList>)
参数
- nextPageLink
-
string
上一次成功调用 List作的 NextLink。
- callback
回调
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
可选参数
返回
Promise<ProductsUploadLogResponse>
承诺<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
回调
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
回调