Products class
Klasse, die eine Products-Klasse darstellt.
Konstruktoren
Products(Azure |
Erstellen Sie ein Produkt. |
Methoden
Details zum Konstruktor
Products(AzureStackManagementClientContext)
Erstellen Sie ein Produkt.
new Products(client: AzureStackManagementClientContext)
Parameter
Verweis auf den Dienstclient.
Details zur Methode
get(string, string, string, RequestOptionsBase)
Gibt das angegebene Produkt zurück.
function get(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
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>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
get(string, string, string, ServiceCallback<Product>)
function get(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- callback
Der Rückruf.
getProduct(string, string, string, RequestOptionsBase)
Gibt das angegebene Produkt zurück.
function getProduct(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsGetProductResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
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>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
getProduct(string, string, string, ServiceCallback<Product>)
function getProduct(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<Product>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- callback
Der Rückruf.
getProducts(string, string, RequestOptionsBase)
Gibt eine Liste von Produkten zurück.
function getProducts(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsGetProductsResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<ProductsGetProductsResponse>
Promise<Models.ProductsGetProductsResponse>
getProducts(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
function getProducts(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
getProducts(string, string, ServiceCallback<ProductList>)
function getProducts(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- callback
Der Rückruf.
list(string, string, RequestOptionsBase)
Gibt eine Liste von Produkten zurück.
function list(resourceGroup: string, registrationName: string, options?: RequestOptionsBase): Promise<ProductsListResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<ProductsListResponse>
Promise<Models.ProductsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ProductList>)
function list(resourceGroup: string, registrationName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
list(string, string, ServiceCallback<ProductList>)
function list(resourceGroup: string, registrationName: string, callback: ServiceCallback<ProductList>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- callback
Der Rückruf.
listDetails(string, string, string, RequestOptionsBase)
Gibt die erweiterten Eigenschaften eines Produkts zurück.
function listDetails(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsListDetailsResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
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>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
listDetails(string, string, string, ServiceCallback<ExtendedProduct>)
function listDetails(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ExtendedProduct>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- callback
Der Rückruf.
listNext(string, RequestOptionsBase)
Gibt eine Liste von Produkten zurück.
function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ProductsListNextResponse>
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<ProductsListNextResponse>
Promise<Models.ProductsListNextResponse>
listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ProductList>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
listNext(string, ServiceCallback<ProductList>)
function listNext(nextPageLink: string, callback: ServiceCallback<ProductList>)
Parameter
- nextPageLink
-
string
Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.
- callback
Der Rückruf.
uploadLog(string, string, string, RequestOptionsBase)
Gibt das angegebene Produkt zurück.
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options?: RequestOptionsBase): Promise<ProductsUploadLogResponse>
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
Gibt zurück
Promise<ProductsUploadLogResponse>
Promise<Models.ProductsUploadLogResponse>
uploadLog(string, string, string, RequestOptionsBase, ServiceCallback<ProductLog>)
function uploadLog(resourceGroup: string, registrationName: string, productName: string, options: RequestOptionsBase, callback: ServiceCallback<ProductLog>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- options
- RequestOptionsBase
Die optionalen Parameter
- callback
Der Rückruf.
uploadLog(string, string, string, ServiceCallback<ProductLog>)
function uploadLog(resourceGroup: string, registrationName: string, productName: string, callback: ServiceCallback<ProductLog>)
Parameter
- resourceGroup
-
string
Name der Ressourcengruppe
- registrationName
-
string
Name der Azure Stack-Registrierung.
- productName
-
string
Der Name des Produkts.
- callback
Der Rückruf.