Partilhar via


Products class

Classe que representa um Produtos.

Construtores

Products(AzureStackManagementClientContext)

Criar um Produtos.

Métodos

get(string, string, string, RequestOptionsBase)

Devolve o produto especificado.

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

Devolve o produto especificado.

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

Devolve uma lista de produtos.

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

Devolve uma lista de produtos.

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

Devolve as propriedades expandidas de um produto.

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

Devolve uma lista de produtos.

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

Devolve o produto especificado.

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

Detalhes do Construtor

Products(AzureStackManagementClientContext)

Criar um Produtos.

new Products(client: AzureStackManagementClientContext)

Parâmetros

client
AzureStackManagementClientContext

Referência ao cliente de serviço.

Detalhes de Método

get(string, string, string, RequestOptionsBase)

Devolve o produto especificado.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsGetResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<Product>

A chamada de retorno

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

callback

ServiceCallback<Product>

A chamada de retorno

getProduct(string, string, string, RequestOptionsBase)

Devolve o produto especificado.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsGetProductResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<Product>

A chamada de retorno

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

callback

ServiceCallback<Product>

A chamada de retorno

getProducts(string, string, RequestOptionsBase)

Devolve uma lista de produtos.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsGetProductsResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ProductList>

A chamada de retorno

getProducts(string, string, ServiceCallback<ProductList>)

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

callback

ServiceCallback<ProductList>

A chamada de retorno

list(string, string, RequestOptionsBase)

Devolve uma lista de produtos.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsListResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ProductList>

A chamada de retorno

list(string, string, ServiceCallback<ProductList>)

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

callback

ServiceCallback<ProductList>

A chamada de retorno

listDetails(string, string, string, RequestOptionsBase)

Devolve as propriedades expandidas de um produto.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsListDetailsResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ExtendedProduct>

A chamada de retorno

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

callback

ServiceCallback<ExtendedProduct>

A chamada de retorno

listNext(string, RequestOptionsBase)

Devolve uma lista de produtos.

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

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)

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

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ProductList>

A chamada de retorno

listNext(string, ServiceCallback<ProductList>)

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

Parâmetros

nextPageLink

string

A NextLink da chamada com êxito anterior para a operação Lista.

callback

ServiceCallback<ProductList>

A chamada de retorno

uploadLog(string, string, string, RequestOptionsBase)

Devolve o produto especificado.

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

Devoluções

Promise<Models.ProductsUploadLogResponse>

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

options
RequestOptionsBase

Os parâmetros opcionais

callback

ServiceCallback<ProductLog>

A chamada de retorno

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

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

Parâmetros

resourceGroup

string

Nome do grupo de recursos.

registrationName

string

Nome do registo do Azure Stack.

productName

string

Nome do produto.

callback

ServiceCallback<ProductLog>

A chamada de retorno