Interactions interface
Interfejs reprezentujący interakcje.
Metody
begin |
Tworzy interakcję lub aktualizuje istniejącą interakcję w centrum. |
begin |
Tworzy interakcję lub aktualizuje istniejącą interakcję w centrum. |
get(string, string, string, Interactions |
Pobiera informacje o określonej interakcji. |
list |
Pobiera wszystkie interakcje w centrum. |
suggest |
Sugeruje relacje do tworzenia linków relacji. |
Szczegóły metody
beginCreateOrUpdate(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)
Tworzy interakcję lub aktualizuje istniejącą interakcję w centrum.
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<InteractionResourceFormat>, InteractionResourceFormat>>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- interactionName
-
string
Nazwa interakcji.
- parameters
- InteractionResourceFormat
Parametry dostarczone do operacji interakcji CreateOrUpdate.
Parametry opcji.
Zwraca
Promise<PollerLike<@azure/core-lro.PollOperationState<InteractionResourceFormat>, InteractionResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, InteractionResourceFormat, InteractionsCreateOrUpdateOptionalParams)
Tworzy interakcję lub aktualizuje istniejącą interakcję w centrum.
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, interactionName: string, parameters: InteractionResourceFormat, options?: InteractionsCreateOrUpdateOptionalParams): Promise<InteractionResourceFormat>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- interactionName
-
string
Nazwa interakcji.
- parameters
- InteractionResourceFormat
Parametry dostarczone do operacji interakcji CreateOrUpdate.
Parametry opcji.
Zwraca
Promise<InteractionResourceFormat>
get(string, string, string, InteractionsGetOptionalParams)
Pobiera informacje o określonej interakcji.
function get(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsGetOptionalParams): Promise<InteractionResourceFormat>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- interactionName
-
string
Nazwa interakcji.
- options
- InteractionsGetOptionalParams
Parametry opcji.
Zwraca
Promise<InteractionResourceFormat>
listByHub(string, string, InteractionsListByHubOptionalParams)
Pobiera wszystkie interakcje w centrum.
function listByHub(resourceGroupName: string, hubName: string, options?: InteractionsListByHubOptionalParams): PagedAsyncIterableIterator<InteractionResourceFormat, InteractionResourceFormat[], PageSettings>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
Parametry opcji.
Zwraca
suggestRelationshipLinks(string, string, string, InteractionsSuggestRelationshipLinksOptionalParams)
Sugeruje relacje do tworzenia linków relacji.
function suggestRelationshipLinks(resourceGroupName: string, hubName: string, interactionName: string, options?: InteractionsSuggestRelationshipLinksOptionalParams): Promise<SuggestRelationshipLinksResponse>
Parametry
- resourceGroupName
-
string
Nazwa grupy zasobów.
- hubName
-
string
Nazwa centrum.
- interactionName
-
string
Nazwa interakcji.
Parametry opcji.
Zwraca
Promise<SuggestRelationshipLinksResponse>