Condividi tramite


Products class

Classe che rappresenta un oggetto Products.

Costruttori

Products(AzureStackManagementClientContext)

Creare un prodotto.

Metodi

get(string, string, string, RequestOptionsBase)

Restituisce il prodotto specificato.

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

Restituisce il prodotto specificato.

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

Restituisce un elenco di prodotti.

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

Restituisce un elenco di prodotti.

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

Restituisce le proprietà estese di un prodotto.

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

Restituisce un elenco di prodotti.

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

Restituisce il prodotto specificato.

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

Dettagli costruttore

Products(AzureStackManagementClientContext)

Creare un prodotto.

new Products(client: AzureStackManagementClientContext)

Parametri

client
AzureStackManagementClientContext

Riferimento al client del servizio.

Dettagli metodo

get(string, string, string, RequestOptionsBase)

Restituisce il prodotto specificato.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsGetResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<Product>

Callback

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

callback

ServiceCallback<Product>

Callback

getProduct(string, string, string, RequestOptionsBase)

Restituisce il prodotto specificato.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsGetProductResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<Product>

Callback

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

callback

ServiceCallback<Product>

Callback

getProducts(string, string, RequestOptionsBase)

Restituisce un elenco di prodotti.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsGetProductsResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<ProductList>

Callback

getProducts(string, string, ServiceCallback<ProductList>)

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

callback

ServiceCallback<ProductList>

Callback

list(string, string, RequestOptionsBase)

Restituisce un elenco di prodotti.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsListResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<ProductList>

Callback

list(string, string, ServiceCallback<ProductList>)

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

callback

ServiceCallback<ProductList>

Callback

listDetails(string, string, string, RequestOptionsBase)

Restituisce le proprietà estese di un prodotto.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsListDetailsResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<ExtendedProduct>

Callback

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

callback

ServiceCallback<ExtendedProduct>

Callback

listNext(string, RequestOptionsBase)

Restituisce un elenco di prodotti.

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Promise<Models.ProductsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<ProductList>

Callback

listNext(string, ServiceCallback<ProductList>)

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

Parametri

nextPageLink

string

NextLink della precedente chiamata riuscita all'operazione List.

callback

ServiceCallback<ProductList>

Callback

uploadLog(string, string, string, RequestOptionsBase)

Restituisce il prodotto specificato.

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

Restituisce

Prometti<Models.ProductsUploadLogResponse>

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

options
RequestOptionsBase

Parametri facoltativi

callback

ServiceCallback<ProductLog>

Callback

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

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

Parametri

resourceGroup

string

Nome del gruppo di risorse.

registrationName

string

Nome della registrazione di Azure Stack.

productName

string

Nome del prodotto.

callback

ServiceCallback<ProductLog>

Callback