Compartir a través de


RelationshipLinks interface

Interfaz que representa un RelationshipLinks.

Métodos

beginCreateOrUpdate(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

beginCreateOrUpdateAndWait(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)

Elimina un vínculo de relación dentro de un centro.

beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)

Elimina un vínculo de relación dentro de un centro.

get(string, string, string, RelationshipLinksGetOptionalParams)

Obtiene información sobre el vínculo de relación especificado.

listByHub(string, string, RelationshipLinksListByHubOptionalParams)

Obtiene todos los vínculos de relación del centro.

Detalles del método

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

relationshipLinkName

string

Nombre del vínculo de relación.

parameters
RelationshipLinkResourceFormat

Parámetros proporcionados a la operación de vínculo de relación CreateOrUpdate.

options
RelationshipLinksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>

Crea un vínculo de relación o actualiza un vínculo de relación existente dentro de un centro.

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

relationshipLinkName

string

Nombre del vínculo de relación.

parameters
RelationshipLinkResourceFormat

Parámetros proporcionados a la operación de vínculo de relación CreateOrUpdate.

options
RelationshipLinksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Elimina un vínculo de relación dentro de un centro.

function beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

relationshipLinkName

string

Nombre de la relación.

options
RelationshipLinksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>

Elimina un vínculo de relación dentro de un centro.

function beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

relationshipLinkName

string

Nombre de la relación.

options
RelationshipLinksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

Obtiene información sobre el vínculo de relación especificado.

function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

relationshipLinkName

string

Nombre del vínculo de relación.

options
RelationshipLinksGetOptionalParams

Parámetros de opciones.

Devoluciones

Obtiene todos los vínculos de relación del centro.

function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

options
RelationshipLinksListByHubOptionalParams

Parámetros de opciones.

Devoluciones