Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RelationshipLinks

Package version

Class representing a RelationshipLinks.

Hierarchy

  • RelationshipLinks

Index

Constructors

constructor

Methods

beginCreateOrUpdate

  • beginCreateOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Creates a relationship link or updates an existing relationship link within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship link.

    • parameters: RelationshipLinkResourceFormat

      Parameters supplied to the CreateOrUpdate relationship link operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

beginDeleteMethod

  • beginDeleteMethod(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>
  • Deletes a relationship link within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRestAzure.LROPoller>

    Promise<msRestAzure.LROPoller>

createOrUpdate

  • createOrUpdate(resourceGroupName: string, hubName: string, relationshipLinkName: string, parameters: RelationshipLinkResourceFormat, options?: msRest.RequestOptionsBase): Promise<Models.RelationshipLinksCreateOrUpdateResponse>
  • Creates a relationship link or updates an existing relationship link within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship link.

    • parameters: RelationshipLinkResourceFormat

      Parameters supplied to the CreateOrUpdate relationship link operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RelationshipLinksCreateOrUpdateResponse>

    Promise<Models.RelationshipLinksCreateOrUpdateResponse>

deleteMethod

  • deleteMethod(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>
  • Deletes a relationship link within a hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<msRest.RestResponse>

    Promise<msRest.RestResponse>

get

  • get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options?: msRest.RequestOptionsBase): Promise<Models.RelationshipLinksGetResponse>
  • get(resourceGroupName: string, hubName: string, relationshipLinkName: string, callback: msRest.ServiceCallback<RelationshipLinkResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, relationshipLinkName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RelationshipLinkResourceFormat>): void
  • Gets information about the specified relationship Link.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship link.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RelationshipLinksGetResponse>

    Promise<Models.RelationshipLinksGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship link.

    • callback: msRest.ServiceCallback<RelationshipLinkResourceFormat>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • relationshipLinkName: string

      The name of the relationship link.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RelationshipLinkResourceFormat>

      The callback

    Returns void

listByHub

  • listByHub(resourceGroupName: string, hubName: string, options?: msRest.RequestOptionsBase): Promise<Models.RelationshipLinksListByHubResponse>
  • listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<RelationshipLinkListResult>): void
  • listByHub(resourceGroupName: string, hubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RelationshipLinkListResult>): void
  • Gets all relationship links in the hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RelationshipLinksListByHubResponse>

    Promise<Models.RelationshipLinksListByHubResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • callback: msRest.ServiceCallback<RelationshipLinkListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RelationshipLinkListResult>

      The callback

    Returns void

listByHubNext

  • listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RelationshipLinksListByHubNextResponse>
  • listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<RelationshipLinkListResult>): void
  • listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<RelationshipLinkListResult>): void
  • Gets all relationship links in the hub.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.RelationshipLinksListByHubNextResponse>

    Promise<Models.RelationshipLinksListByHubNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<RelationshipLinkListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<RelationshipLinkListResult>

      The callback

    Returns void

Generated using TypeDoc