Aracılığıyla paylaş


IntegrationAccountMaps interface

IntegrationAccountMaps'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, IntegrationAccountMap, IntegrationAccountMapsCreateOrUpdateOptionalParams)

Tümleştirme hesabı eşlemesi oluşturur veya güncelleştirir. Harita 4 MB'tan büyükse, haritayı bir Azure blobunda depolamanız ve 'contentLink' özellik değeri olarak blob'un Paylaşılan Erişim İmzası (SAS) URL'sini kullanmanız gerekir.

delete(string, string, string, IntegrationAccountMapsDeleteOptionalParams)

Tümleştirme hesabı haritasını siler.

get(string, string, string, IntegrationAccountMapsGetOptionalParams)

Tümleştirme hesabı haritası alır.

list(string, string, IntegrationAccountMapsListOptionalParams)

Tümleştirme hesabı haritalarının listesini alır.

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountMapsListContentCallbackUrlOptionalParams)

İçerik geri çağırma url'sini alın.

Yöntem Ayrıntıları

createOrUpdate(string, string, string, IntegrationAccountMap, IntegrationAccountMapsCreateOrUpdateOptionalParams)

Tümleştirme hesabı eşlemesi oluşturur veya güncelleştirir. Harita 4 MB'tan büyükse, haritayı bir Azure blobunda depolamanız ve 'contentLink' özellik değeri olarak blob'un Paylaşılan Erişim İmzası (SAS) URL'sini kullanmanız gerekir.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, mapName: string, map: IntegrationAccountMap, options?: IntegrationAccountMapsCreateOrUpdateOptionalParams): Promise<IntegrationAccountMap>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

mapName

string

Tümleştirme hesabı eşleme adı.

map
IntegrationAccountMap

Tümleştirme hesabı haritası.

options
IntegrationAccountMapsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, IntegrationAccountMapsDeleteOptionalParams)

Tümleştirme hesabı haritasını siler.

function delete(resourceGroupName: string, integrationAccountName: string, mapName: string, options?: IntegrationAccountMapsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

mapName

string

Tümleştirme hesabı eşleme adı.

options
IntegrationAccountMapsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationAccountMapsGetOptionalParams)

Tümleştirme hesabı haritası alır.

function get(resourceGroupName: string, integrationAccountName: string, mapName: string, options?: IntegrationAccountMapsGetOptionalParams): Promise<IntegrationAccountMap>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

mapName

string

Tümleştirme hesabı eşleme adı.

options
IntegrationAccountMapsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, IntegrationAccountMapsListOptionalParams)

Tümleştirme hesabı haritalarının listesini alır.

function list(resourceGroupName: string, integrationAccountName: string, options?: IntegrationAccountMapsListOptionalParams): PagedAsyncIterableIterator<IntegrationAccountMap, IntegrationAccountMap[], PageSettings>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountMapsListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountMapsListContentCallbackUrlOptionalParams)

İçerik geri çağırma url'sini alın.

function listContentCallbackUrl(resourceGroupName: string, integrationAccountName: string, mapName: string, listContentCallbackUrl: GetCallbackUrlParameters, options?: IntegrationAccountMapsListContentCallbackUrlOptionalParams): Promise<WorkflowTriggerCallbackUrl>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

mapName

string

Tümleştirme hesabı eşleme adı.

listContentCallbackUrl
GetCallbackUrlParameters

Geri çağırma URL'si parametreleri.

Döndürülenler