Products interface
Interfaccia che rappresenta un oggetto Products.
Metodi
get(string, string, string, Products |
Restituisce il prodotto specificato. |
get |
Restituisce il prodotto specificato. |
get |
Restituisce un elenco di prodotti. |
list(string, string, Products |
Restituisce un elenco di prodotti. |
list |
Restituisce le proprietà estese di un prodotto. |
upload |
Restituisce il prodotto specificato. |
Dettagli metodo
get(string, string, string, ProductsGetOptionalParams)
Restituisce il prodotto specificato.
function get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<Product>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- ProductsGetOptionalParams
Parametri delle opzioni.
Restituisce
Promise<Product>
getProduct(string, string, string, ProductsGetProductOptionalParams)
Restituisce il prodotto specificato.
function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<Product>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- ProductsGetProductOptionalParams
Parametri delle opzioni.
Restituisce
Promise<Product>
getProducts(string, string, string, ProductsGetProductsOptionalParams)
Restituisce un elenco di prodotti.
function getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductList>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
Parametri delle opzioni.
Restituisce
Promise<ProductList>
list(string, string, ProductsListOptionalParams)
Restituisce un elenco di prodotti.
function list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product, Product[], PageSettings>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- ProductsListOptionalParams
Parametri delle opzioni.
Restituisce
listDetails(string, string, string, ProductsListDetailsOptionalParams)
Restituisce le proprietà estese di un prodotto.
function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ExtendedProduct>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
Parametri delle opzioni.
Restituisce
Promise<ExtendedProduct>
uploadLog(string, string, string, ProductsUploadLogOptionalParams)
Restituisce il prodotto specificato.
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductLog>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- ProductsUploadLogOptionalParams
Parametri delle opzioni.
Restituisce
Promise<ProductLog>
Azure SDK for JavaScript