Aracılığıyla paylaş


IntegrationAccountSchemas interface

IntegrationAccountSchemas'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, IntegrationAccountSchema, IntegrationAccountSchemasCreateOrUpdateOptionalParams)

Tümleştirme hesabı şeması oluşturur veya güncelleştirir.

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

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

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

Bir tümleştirme hesabı şeması alır.

list(string, string, IntegrationAccountSchemasListOptionalParams)

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

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountSchemasListContentCallbackUrlOptionalParams)

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

Yöntem Ayrıntıları

createOrUpdate(string, string, string, IntegrationAccountSchema, IntegrationAccountSchemasCreateOrUpdateOptionalParams)

Tümleştirme hesabı şeması oluşturur veya güncelleştirir.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, schemaName: string, schema: IntegrationAccountSchema, options?: IntegrationAccountSchemasCreateOrUpdateOptionalParams): Promise<IntegrationAccountSchema>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

schemaName

string

Tümleştirme hesabı şema adı.

schema
IntegrationAccountSchema

Tümleştirme hesabı şeması.

options
IntegrationAccountSchemasCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

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

function delete(resourceGroupName: string, integrationAccountName: string, schemaName: string, options?: IntegrationAccountSchemasDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

schemaName

string

Tümleştirme hesabı şema adı.

options
IntegrationAccountSchemasDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

Bir tümleştirme hesabı şeması alır.

function get(resourceGroupName: string, integrationAccountName: string, schemaName: string, options?: IntegrationAccountSchemasGetOptionalParams): Promise<IntegrationAccountSchema>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

schemaName

string

Tümleştirme hesabı şema adı.

options
IntegrationAccountSchemasGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, IntegrationAccountSchemasListOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountSchemasListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountSchemasListContentCallbackUrlOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

schemaName

string

Tümleştirme hesabı şema adı.

listContentCallbackUrl
GetCallbackUrlParameters

Geri çağırma URL'si parametreleri.

Döndürülenler