IntegrationAccountSchemas interface

واجهة تمثل IntegrationAccountSchemas.

الأساليب

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

إنشاء مخطط حساب تكامل أو تحديثه.

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

حذف مخطط حساب تكامل.

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

الحصول على مخطط حساب تكامل.

list(string, string, IntegrationAccountSchemasListOptionalParams)

الحصول على قائمة مخططات حساب التكامل.

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

احصل على عنوان URL لرد اتصال المحتوى.

تفاصيل الأسلوب

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

إنشاء مخطط حساب تكامل أو تحديثه.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

integrationAccountName

string

اسم حساب التكامل.

schemaName

string

اسم مخطط حساب التكامل.

schema
IntegrationAccountSchema

مخطط حساب التكامل.

options
IntegrationAccountSchemasCreateOrUpdateOptionalParams

معلمات الخيارات.

المرتجعات

delete(string, string, string, IntegrationAccountSchemasDeleteOptionalParams)

حذف مخطط حساب تكامل.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

integrationAccountName

string

اسم حساب التكامل.

schemaName

string

اسم مخطط حساب التكامل.

options
IntegrationAccountSchemasDeleteOptionalParams

معلمات الخيارات.

المرتجعات

Promise<void>

get(string, string, string, IntegrationAccountSchemasGetOptionalParams)

الحصول على مخطط حساب تكامل.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

integrationAccountName

string

اسم حساب التكامل.

schemaName

string

اسم مخطط حساب التكامل.

options
IntegrationAccountSchemasGetOptionalParams

معلمات الخيارات.

المرتجعات

list(string, string, IntegrationAccountSchemasListOptionalParams)

الحصول على قائمة مخططات حساب التكامل.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

integrationAccountName

string

اسم حساب التكامل.

options
IntegrationAccountSchemasListOptionalParams

معلمات الخيارات.

المرتجعات

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

احصل على عنوان URL لرد اتصال المحتوى.

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

المعلمات

resourceGroupName

string

اسم مجموعة الموارد.

integrationAccountName

string

اسم حساب التكامل.

schemaName

string

اسم مخطط حساب التكامل.

listContentCallbackUrl
GetCallbackUrlParameters

معلمات عنوان URL لرد الاتصال.

options
IntegrationAccountSchemasListContentCallbackUrlOptionalParams

معلمات الخيارات.

المرتجعات