RelationshipLinks interface
Interface que representa um RelationshipLinks.
Métodos
begin |
Cria um link de relação ou atualiza um link de relação existente em um hub. |
begin |
Cria um link de relação ou atualiza um link de relação existente em um hub. |
begin |
Exclui um link de relação em um hub. |
begin |
Exclui um link de relação em um hub. |
get(string, string, string, Relationship |
Obtém informações sobre o Link de relação especificado. |
list |
Obtém todos os links de relação no hub. |
Detalhes do método
beginCreateOrUpdate(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
Cria um link de relação ou atualiza um link de relação existente em um hub.
function beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
- relationshipLinkName
-
string
O nome do link de relação.
- parameters
- RelationshipLinkResourceFormat
Parâmetros fornecidos para a operação de link de relação CreateOrUpdate.
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<RelationshipLinkResourceFormat>, RelationshipLinkResourceFormat>>
beginCreateOrUpdateAndWait(string, string, string, RelationshipLinkResourceFormat, RelationshipLinksCreateOrUpdateOptionalParams)
Cria um link de relação ou atualiza um link de relação existente em um hub.
function beginCreateOrUpdateAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: RelationshipLinksCreateOrUpdateOptionalParams): Promise<RelationshipLinkResourceFormat>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
- relationshipLinkName
-
string
O nome do link de relação.
- parameters
- RelationshipLinkResourceFormat
Parâmetros fornecidos para a operação de link de relação CreateOrUpdate.
Os parâmetros de opções.
Retornos
Promise<RelationshipLinkResourceFormat>
beginDelete(string, string, string, RelationshipLinksDeleteOptionalParams)
Exclui um link de relação em um hub.
function beginDelete(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
- relationshipLinkName
-
string
O nome da relação.
Os parâmetros de opções.
Retornos
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, string, RelationshipLinksDeleteOptionalParams)
Exclui um link de relação em um hub.
function beginDeleteAndWait(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksDeleteOptionalParams): Promise<void>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
- relationshipLinkName
-
string
O nome da relação.
Os parâmetros de opções.
Retornos
Promise<void>
get(string, string, string, RelationshipLinksGetOptionalParams)
Obtém informações sobre o Link de relação especificado.
function get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: RelationshipLinksGetOptionalParams): Promise<RelationshipLinkResourceFormat>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
- relationshipLinkName
-
string
O nome do link de relação.
Os parâmetros de opções.
Retornos
Promise<RelationshipLinkResourceFormat>
listByHub(string, string, RelationshipLinksListByHubOptionalParams)
Obtém todos os links de relação no hub.
function listByHub(resourceGroupName: string, hubName: string, options?: RelationshipLinksListByHubOptionalParams): PagedAsyncIterableIterator<RelationshipLinkResourceFormat, RelationshipLinkResourceFormat[], PageSettings>
Parâmetros
- resourceGroupName
-
string
O nome do grupo de recursos.
- hubName
-
string
O nome do hub.
Os parâmetros de opções.