Products class
Classe che rappresenta un oggetto Products.
Costruttori
| Products(Azure |
Creare un prodotto. |
Metodi
Dettagli costruttore
Products(AzureStackManagementClientContext)
Creare un prodotto.
new Products(client: AzureStackManagementClientContext)
Parametri
Riferimento al client del servizio.
Dettagli metodo
get(string, string, string, RequestOptionsBase)
Restituisce il prodotto specificato.
function get(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
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>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
get(string, string, string, ServiceCallback<Product>)
function get(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- callback
Callback
getProduct(string, string, string, RequestOptionsBase)
Restituisce il prodotto specificato.
function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetProductResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<ProductsGetProductResponse>
Promise<Models.ProductsGetProductResponse>
getProduct(string, string, string, RequestOptionsBase, ServiceCallback<Product>)
function getProduct(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<Product>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getProduct(string, string, string, ServiceCallback<Product>)
function getProduct(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- callback
Callback
getProducts(string, string, RequestOptionsBase)
Restituisce un elenco di prodotti.
function getProducts(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsGetProductsResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<ProductsGetProductsResponse>
Promise<Models.ProductsGetProductsResponse>
getProducts(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
function getProducts(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
getProducts(string, string, ServiceCallback<ProductList>)
function getProducts(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- callback
Callback
list(string, string, RequestOptionsBase)
Restituisce un elenco di prodotti.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsListResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<ProductsListResponse>
Promise<Models.ProductsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
list(string, string, ServiceCallback<ProductList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- callback
Callback
listDetails(string, string, string, RequestOptionsBase)
Restituisce le proprietà estese di un prodotto.
function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsListDetailsResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
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>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
listDetails(string, string, string, ServiceCallback<ExtendedProduct>)
function listDetails(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ExtendedProduct>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- callback
Callback
listNext(string, RequestOptionsBase)
Restituisce un elenco di prodotti.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ProductsListNextResponse>
Parametri
- nextPageLink
-
string
NextLink della precedente chiamata riuscita all'operazione List.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<ProductsListNextResponse>
Promise<Models.ProductsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parametri
- nextPageLink
-
string
NextLink della precedente chiamata riuscita all'operazione List.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
listNext(string, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, callback: ServiceCallback<ProductList>)
Parametri
- nextPageLink
-
string
NextLink della precedente chiamata riuscita all'operazione List.
- callback
Callback
uploadLog(string, string, string, RequestOptionsBase)
Restituisce il prodotto specificato.
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsUploadLogResponse>
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
Restituisce
Promise<ProductsUploadLogResponse>
Prometti<Models.ProductsUploadLogResponse>
uploadLog(string, string, string, RequestOptionsBase, ServiceCallback<ProductLog>)
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductLog>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- options
- RequestOptionsBase
Parametri facoltativi
- callback
Callback
uploadLog(string, string, string, ServiceCallback<ProductLog>)
function uploadLog(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ProductLog>)
Parametri
- resourceGroup
-
string
Nome del gruppo di risorse.
- registrationName
-
string
Nome della registrazione di Azure Stack.
- productName
-
string
Nome del prodotto.
- callback
Callback