Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PrivateLinkResources

Package version

Interface representing a PrivateLinkResources.

Hierarchy

  • PrivateLinkResources

Implemented by

Index

Methods

get

  • Get properties of a private link resource.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • parentType: string

      The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.

    • parentName: string

      The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

    • privateLinkResourceName: string

      The name of private link resource.

    • Optional options: PrivateLinkResourcesGetOptionalParams

      The options parameters.

    Returns Promise<PrivateLinkResourcesGetResponse>

listByResource

  • List all the private link resources under a topic, domain, or partner namespace.

    Parameters

    • resourceGroupName: string

      The name of the resource group within the user's subscription.

    • parentType: string

      The type of the parent resource. This can be either 'topics', 'domains', or 'partnerNamespaces'.

    • parentName: string

      The name of the parent resource (namely, either, the topic name, domain name, or partner namespace name).

    • Optional options: PrivateLinkResourcesListByResourceOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<PrivateLinkResource>

Generated using TypeDoc