Links interface
Interfaz que representa un vínculo.
Métodos
begin |
Crea un vínculo o actualiza un vínculo existente en el centro. |
begin |
Crea un vínculo o actualiza un vínculo existente en el centro. |
delete(string, string, string, Links |
Elimina un vínculo en el centro. |
get(string, string, string, Links |
Obtiene un vínculo en el centro. |
list |
Obtiene todos los vínculos del centro especificado. |
Detalles del método
beginCreateOrUpdate(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)
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.
Parámetros de opciones.
Devoluciones
Promise<PollerLike<@azure/core-lro.PollOperationState<LinkResourceFormat>, LinkResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, LinkResourceFormat, LinksCreateOrUpdateOptionalParams)
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.
Parámetros de opciones.
Devoluciones
Promise<LinkResourceFormat>
delete(string, string, string, LinksDeleteOptionalParams)
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>
get(string, string, string, LinksGetOptionalParams)
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
Promise<LinkResourceFormat>
listByHub(string, string, LinksListByHubOptionalParams)
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.