Aracılığıyla paylaş


IntegrationAccountAgreements interface

IntegrationAccountAgreements'ı temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, IntegrationAccountAgreement, IntegrationAccountAgreementsCreateOrUpdateOptionalParams)

Tümleştirme hesabı sözleşmesi oluşturur veya güncelleştirir.

delete(string, string, string, IntegrationAccountAgreementsDeleteOptionalParams)

Tümleştirme hesabı sözleşmelerini siler.

get(string, string, string, IntegrationAccountAgreementsGetOptionalParams)

Tümleştirme hesabı sözleşmesi alır.

list(string, string, IntegrationAccountAgreementsListOptionalParams)

Tümleştirme hesabı sözleşmelerinin listesini alır.

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountAgreementsListContentCallbackUrlOptionalParams)

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

Yöntem Ayrıntıları

createOrUpdate(string, string, string, IntegrationAccountAgreement, IntegrationAccountAgreementsCreateOrUpdateOptionalParams)

Tümleştirme hesabı sözleşmesi oluşturur veya güncelleştirir.

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, agreementName: string, agreement: IntegrationAccountAgreement, options?: IntegrationAccountAgreementsCreateOrUpdateOptionalParams): Promise<IntegrationAccountAgreement>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

agreementName

string

Tümleştirme hesabı sözleşmesi adı.

agreement
IntegrationAccountAgreement

Tümleştirme hesabı sözleşmesi.

Döndürülenler

delete(string, string, string, IntegrationAccountAgreementsDeleteOptionalParams)

Tümleştirme hesabı sözleşmelerini siler.

function delete(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

agreementName

string

Tümleştirme hesabı sözleşmesi adı.

options
IntegrationAccountAgreementsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationAccountAgreementsGetOptionalParams)

Tümleştirme hesabı sözleşmesi alır.

function get(resourceGroupName: string, integrationAccountName: string, agreementName: string, options?: IntegrationAccountAgreementsGetOptionalParams): Promise<IntegrationAccountAgreement>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

agreementName

string

Tümleştirme hesabı sözleşmesi adı.

options
IntegrationAccountAgreementsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, IntegrationAccountAgreementsListOptionalParams)

Tümleştirme hesabı sözleşmelerinin listesini alır.

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountAgreementsListOptionalParams

Seçenekler parametreleri.

Döndürülenler

listContentCallbackUrl(string, string, string, GetCallbackUrlParameters, IntegrationAccountAgreementsListContentCallbackUrlOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

agreementName

string

Tümleştirme hesabı sözleşmesi adı.

listContentCallbackUrl
GetCallbackUrlParameters

Geri çağırma URL'si parametreleri.

Döndürülenler