IntegrationAccountMaps interface
IntegrationAccountMaps'i temsil eden arabirim.
Yöntemler
| create |
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, Integration |
Tümleştirme hesabı haritasını siler. |
| get(string, string, string, Integration |
Tümleştirme hesabı haritası alır. |
| list(string, string, Integration |
Tümleştirme hesabı haritalarının listesini alır. |
| list |
İç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ı.
Tümleştirme hesabı haritası.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountMap>
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ı.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountMap>
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ı.
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.
Seçenekler parametreleri.
Döndürülenler
Promise<WorkflowTriggerCallbackUrl>