Compartir a través de


Links interface

Interfaz que representa un vínculo.

Métodos

beginCreateOrUpdate(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)

Crea un vínculo o actualiza un vínculo existente en el centro.

beginCreateOrUpdateAndWait(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)

Crea un vínculo o actualiza un vínculo existente en el centro.

delete(string, string, string, LinksDeleteOptionalParams)

Elimina un vínculo en el centro.

get(string, string, string, LinksGetOptionalParams)

Obtiene un vínculo en el centro.

listByHub(string, string, LinksListByHubOptionalParams)

Obtiene todos los vínculos del centro especificado.

Detalles del método

Crea un vínculo o actualiza un vínculo existente en el centro.

function beginCreateOrUpdate(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<LinkResourceFormat>, LinkResourceFormat>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

linkName

string

Nombre del vínculo.

parameters
LinkResourceFormat

Parámetros proporcionados a la operación CreateOrUpdate Link.

options
LinksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

Crea un vínculo o actualiza un vínculo existente en el centro.

function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, linkName: string, parameters: LinkResourceFormat, options?: LinksCreateOrUpdateOptionalParams): Promise<LinkResourceFormat>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

linkName

string

Nombre del vínculo.

parameters
LinkResourceFormat

Parámetros proporcionados a la operación CreateOrUpdate Link.

options
LinksCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Elimina un vínculo en el centro.

function delete(resourceGroupName: string, hubName: string, linkName: string, options?: LinksDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

linkName

string

Nombre del vínculo.

options
LinksDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

Obtiene un vínculo en el centro.

function get(resourceGroupName: string, hubName: string, linkName: string, options?: LinksGetOptionalParams): Promise<LinkResourceFormat>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

linkName

string

Nombre del vínculo.

options
LinksGetOptionalParams

Parámetros de opciones.

Devoluciones

Obtiene todos los vínculos del centro especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

options
LinksListByHubOptionalParams

Parámetros de opciones.

Devoluciones