IntegrationAccountSchemas interface
IntegrationAccountSchemas'i temsil eden arabirim.
Yöntemler
| create |
Tümleştirme hesabı şeması oluşturur veya güncelleştirir. |
| delete(string, string, string, Integration |
Tümleştirme hesabı şemasını siler. |
| get(string, string, string, Integration |
Bir tümleştirme hesabı şeması alır. |
| list(string, string, Integration |
Tümleştirme hesabı şemalarının listesini alır. |
| list |
İç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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountSchema>
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ı.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountSchema>
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ı.
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.
Seçenekler parametreleri.
Döndürülenler
Promise<WorkflowTriggerCallbackUrl>