IntegrationAccountSessions interface
IntegrationAccountSessions'i temsil eden arabirim.
Yöntemler
| create |
Tümleştirme hesabı oturumu oluşturur veya güncelleştirir. |
| delete(string, string, string, Integration |
Tümleştirme hesabı oturumunu siler. |
| get(string, string, string, Integration |
Tümleştirme hesabı oturumu alır. |
| list(string, string, Integration |
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.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountSession>
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ı.
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ı.
Seçenekler parametreleri.
Döndürülenler
Promise<IntegrationAccountSession>
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ı.
Seçenekler parametreleri.