Delen via


Products interface

Interface die een product vertegenwoordigt.

Methoden

get(string, string, string, ProductsGetOptionalParams)

Retourneert het opgegeven product.

getProduct(string, string, string, ProductsGetProductOptionalParams)

Retourneert het opgegeven product.

getProducts(string, string, string, ProductsGetProductsOptionalParams)

Retourneert een lijst met producten.

list(string, string, ProductsListOptionalParams)

Retourneert een lijst met producten.

listDetails(string, string, string, ProductsListDetailsOptionalParams)

Retourneert de uitgebreide eigenschappen van een product.

uploadLog(string, string, string, ProductsUploadLogOptionalParams)

Retourneert het opgegeven product.

Methodedetails

get(string, string, string, ProductsGetOptionalParams)

Retourneert het opgegeven product.

function get(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetOptionalParams): Promise<Product>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
ProductsGetOptionalParams

De optiesparameters.

Retouren

Promise<Product>

getProduct(string, string, string, ProductsGetProductOptionalParams)

Retourneert het opgegeven product.

function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductOptionalParams): Promise<Product>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
ProductsGetProductOptionalParams

De optiesparameters.

Retouren

Promise<Product>

getProducts(string, string, string, ProductsGetProductsOptionalParams)

Retourneert een lijst met producten.

function getProducts(resourceGroup: string, registrationName: string, productName: string, options?: ProductsGetProductsOptionalParams): Promise<ProductList>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
ProductsGetProductsOptionalParams

De optiesparameters.

Retouren

Promise<ProductList>

list(string, string, ProductsListOptionalParams)

Retourneert een lijst met producten.

function list(resourceGroup: string, registrationName: string, options?: ProductsListOptionalParams): PagedAsyncIterableIterator<Product, Product[], PageSettings>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
ProductsListOptionalParams

De optiesparameters.

Retouren

listDetails(string, string, string, ProductsListDetailsOptionalParams)

Retourneert de uitgebreide eigenschappen van een product.

function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: ProductsListDetailsOptionalParams): Promise<ExtendedProduct>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
ProductsListDetailsOptionalParams

De optiesparameters.

Retouren

Promise<ExtendedProduct>

uploadLog(string, string, string, ProductsUploadLogOptionalParams)

Retourneert het opgegeven product.

function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: ProductsUploadLogOptionalParams): Promise<ProductLog>

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
ProductsUploadLogOptionalParams

De optiesparameters.

Retouren

Promise<ProductLog>