Products class
Klasse die een product vertegenwoordigt.
Constructors
| Products(Azure |
Een product maken. |
Methoden
Constructordetails
Products(AzureStackManagementClientContext)
Een product maken.
new Products(client: AzureStackManagementClientContext)
Parameters
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<ProductsGetResponse>
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
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
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
Promise<ProductsGetProductResponse>
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
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
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<ProductsGetProductsResponse>
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
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
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<ProductsListResponse>
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
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
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<ProductsListDetailsResponse>
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
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
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
Promise<ProductsListNextResponse>
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
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
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
Promise<ProductsUploadLogResponse>
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
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
De callback