Delen via


Products class

Klasse die een product vertegenwoordigt.

Constructors

Products(AzureStackManagementClientContext)

Een product maken.

Methoden

get(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

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

Retourneert het opgegeven product.

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

Retourneert een lijst met producten.

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

Retourneert een lijst met producten.

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

Retourneert de uitgebreide eigenschappen van een product.

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

Retourneert een lijst met producten.

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

Retourneert het opgegeven product.

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

Constructordetails

Products(AzureStackManagementClientContext)

Een product maken.

new Products(client: AzureStackManagementClientContext)

Parameters

client
AzureStackManagementClientContext

Verwijzing naar de serviceclient.

Methodedetails

get(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.ProductsGetResponse->

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Product>

De callback

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

callback

ServiceCallback<Product>

De callback

getProduct(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.ProductenGetProductResponse>

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<Product>

De callback

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

callback

ServiceCallback<Product>

De callback

getProducts(string, string, RequestOptionsBase)

Retourneert een lijst met producten.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.ProductsGetProductsResponse>

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ProductList>

De callback

getProducts(string, string, ServiceCallback<ProductList>)

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

callback

ServiceCallback<ProductList>

De callback

list(string, string, RequestOptionsBase)

Retourneert een lijst met producten.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.ProductsListResponse->

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ProductList>

De callback

list(string, string, ServiceCallback<ProductList>)

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

callback

ServiceCallback<ProductList>

De callback

listDetails(string, string, string, RequestOptionsBase)

Retourneert de uitgebreide eigenschappen van een product.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Promise<Models.ProductsListDetailsResponse>

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ExtendedProduct>

De callback

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

callback

ServiceCallback<ExtendedProduct>

De callback

listNext(string, RequestOptionsBase)

Retourneert een lijst met producten.

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Models.ProductsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ProductList>

De callback

listNext(string, ServiceCallback<ProductList>)

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

Parameters

nextPageLink

string

De NextLink van de vorige geslaagde aanroep naar lijstbewerking.

callback

ServiceCallback<ProductList>

De callback

uploadLog(string, string, string, RequestOptionsBase)

Retourneert het opgegeven product.

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

Retouren

Beloof<Modellen.ProductenUploadLogResponse>

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

options
RequestOptionsBase

De optionele parameters

callback

ServiceCallback<ProductLog>

De callback

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

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

Parameters

resourceGroup

string

Naam van de resourcegroep.

registrationName

string

Naam van de Azure Stack-registratie.

productName

string

Naam van het product.

callback

ServiceCallback<ProductLog>

De callback