Aracılığıyla paylaş


IntegrationAccountSessions interface

IntegrationAccountSessions'i temsil eden arabirim.

Yöntemler

createOrUpdate(string, string, string, IntegrationAccountSession, IntegrationAccountSessionsCreateOrUpdateOptionalParams)

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

delete(string, string, string, IntegrationAccountSessionsDeleteOptionalParams)

Tümleştirme hesabı oturumunu siler.

get(string, string, string, IntegrationAccountSessionsGetOptionalParams)

Tümleştirme hesabı oturumu alır.

list(string, string, IntegrationAccountSessionsListOptionalParams)

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

Yöntem Ayrıntıları

createOrUpdate(string, string, string, IntegrationAccountSession, IntegrationAccountSessionsCreateOrUpdateOptionalParams)

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

function createOrUpdate(resourceGroupName: string, integrationAccountName: string, sessionName: string, session: IntegrationAccountSession, options?: IntegrationAccountSessionsCreateOrUpdateOptionalParams): Promise<IntegrationAccountSession>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

sessionName

string

Tümleştirme hesabı oturum adı.

session
IntegrationAccountSession

Tümleştirme hesabı oturumu.

options
IntegrationAccountSessionsCreateOrUpdateOptionalParams

Seçenekler parametreleri.

Döndürülenler

delete(string, string, string, IntegrationAccountSessionsDeleteOptionalParams)

Tümleştirme hesabı oturumunu siler.

function delete(resourceGroupName: string, integrationAccountName: string, sessionName: string, options?: IntegrationAccountSessionsDeleteOptionalParams): Promise<void>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

sessionName

string

Tümleştirme hesabı oturum adı.

options
IntegrationAccountSessionsDeleteOptionalParams

Seçenekler parametreleri.

Döndürülenler

Promise<void>

get(string, string, string, IntegrationAccountSessionsGetOptionalParams)

Tümleştirme hesabı oturumu alır.

function get(resourceGroupName: string, integrationAccountName: string, sessionName: string, options?: IntegrationAccountSessionsGetOptionalParams): Promise<IntegrationAccountSession>

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

sessionName

string

Tümleştirme hesabı oturum adı.

options
IntegrationAccountSessionsGetOptionalParams

Seçenekler parametreleri.

Döndürülenler

list(string, string, IntegrationAccountSessionsListOptionalParams)

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

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

Parametreler

resourceGroupName

string

Kaynak grubu adı.

integrationAccountName

string

Tümleştirme hesabı adı.

options
IntegrationAccountSessionsListOptionalParams

Seçenekler parametreleri.

Döndürülenler