Aracılığıyla paylaş


Products class

Bir Ürünleri temsil eden sınıf.

Oluşturucular

Products(AzureStackManagementClientContext)

Ürünler oluşturun.

Yöntemler

get(string, string, string, RequestOptionsBase)

Belirtilen ürünü döndürür.

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

Belirtilen ürünü döndürür.

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

Ürünlerin listesini döndürür.

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

Ürünlerin listesini döndürür.

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

Bir ürünün genişletilmiş özelliklerini döndürür.

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

Ürünlerin listesini döndürür.

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

Belirtilen ürünü döndürür.

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

Oluşturucu Ayrıntıları

Products(AzureStackManagementClientContext)

Ürünler oluşturun.

new Products(client: AzureStackManagementClientContext)

Parametreler

client
AzureStackManagementClientContext

Hizmet istemcisine başvuru.

Yöntem Ayrıntıları

get(string, string, string, RequestOptionsBase)

Belirtilen ürünü döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsGetResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Product>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

callback

ServiceCallback<Product>

Geri çağırma

getProduct(string, string, string, RequestOptionsBase)

Belirtilen ürünü döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsGetProductResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<Product>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

callback

ServiceCallback<Product>

Geri çağırma

getProducts(string, string, RequestOptionsBase)

Ürünlerin listesini döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsGetProductsResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProductList>

Geri çağırma

getProducts(string, string, ServiceCallback<ProductList>)

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

callback

ServiceCallback<ProductList>

Geri çağırma

list(string, string, RequestOptionsBase)

Ürünlerin listesini döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsListResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProductList>

Geri çağırma

list(string, string, ServiceCallback<ProductList>)

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

callback

ServiceCallback<ProductList>

Geri çağırma

listDetails(string, string, string, RequestOptionsBase)

Bir ürünün genişletilmiş özelliklerini döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsListDetailsResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ExtendedProduct>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

callback

ServiceCallback<ExtendedProduct>

Geri çağırma

listNext(string, RequestOptionsBase)

Ürünlerin listesini döndürür.

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Promise<Models.ProductsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<ProductList>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProductList>

Geri çağırma

listNext(string, ServiceCallback<ProductList>)

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

Parametreler

nextPageLink

string

Önceki başarılı List çağrısından NextLink işlemi.

callback

ServiceCallback<ProductList>

Geri çağırma

uploadLog(string, string, string, RequestOptionsBase)

Belirtilen ürünü döndürür.

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

Döndürülenler

Söz<Models.ProductsUploadLogResponse>

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

options
RequestOptionsBase

İsteğe bağlı parametreler

callback

ServiceCallback<ProductLog>

Geri çağırma

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

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

Parametreler

resourceGroup

string

Kaynak grubunun adı.

registrationName

string

Azure Stack kaydının adı.

productName

string

Ürünün adı.

callback

ServiceCallback<ProductLog>

Geri çağırma