Products interface
Interface représentant un produit.
Méthodes
| get(string, string, string, Products |
Retourne le produit spécifié. |
| get |
Retourne le produit spécifié. |
| get |
Retourne une liste de produits. |
| list(string, string, Products |
Retourne une liste de produits. |
| list |
Retourne les propriétés étendues d’un produit. |
| upload |
Retourne le produit spécifié. |
Détails de la méthode
get(string, string, string, ProductsGetOptionalParams)
Retourne le produit spécifié.
function get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<Product>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- productName
-
string
Nom du produit.
- options
- ProductsGetOptionalParams
Paramètres d’options.
Retours
Promise<Product>
getProduct(string, string, string, ProductsGetProductOptionalParams)
Retourne le produit spécifié.
function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<Product>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- productName
-
string
Nom du produit.
- options
- ProductsGetProductOptionalParams
Paramètres d’options.
Retours
Promise<Product>
getProducts(string, string, string, ProductsGetProductsOptionalParams)
Retourne une liste de produits.
function getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductList>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- productName
-
string
Nom du produit.
Paramètres d’options.
Retours
Promise<ProductList>
list(string, string, ProductsListOptionalParams)
Retourne une liste de produits.
function list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product, Product[], PageSettings>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- options
- ProductsListOptionalParams
Paramètres d’options.
Retours
listDetails(string, string, string, ProductsListDetailsOptionalParams)
Retourne les propriétés étendues d’un produit.
function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ExtendedProduct>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- productName
-
string
Nom du produit.
Paramètres d’options.
Retours
Promise<ExtendedProduct>
uploadLog(string, string, string, ProductsUploadLogOptionalParams)
Retourne le produit spécifié.
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductLog>
Paramètres
- resourceGroup
-
string
Nom du groupe de ressources.
- registrationName
-
string
Nom de l’inscription Azure Stack.
- productName
-
string
Nom du produit.
- options
- ProductsUploadLogOptionalParams
Paramètres d’options.
Retours
Promise<ProductLog>