Compartir a través de


PrivateLinkResources interface

Interface representing a PrivateLinkResources.

Methods

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource that need to be created for a service.

listByService(string, string, PrivateLinkResourcesListByServiceOptionalParams)

Gets the private link resources that need to be created for a service.

Method Details

get(string, string, string, PrivateLinkResourcesGetOptionalParams)

Gets a private link resource that need to be created for a service.

function get(resourceGroupName: string, resourceName: string, groupName: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<PrivateLinkResourceDescription>

Parameters

resourceGroupName

string

The name of the resource group that contains the service instance.

resourceName

string

The name of the service instance.

groupName

string

The name of the private link resource group.

options
PrivateLinkResourcesGetOptionalParams

The options parameters.

Returns

listByService(string, string, PrivateLinkResourcesListByServiceOptionalParams)

Gets the private link resources that need to be created for a service.

function listByService(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListByServiceOptionalParams): Promise<PrivateLinkResourceListResultDescription>

Parameters

resourceGroupName

string

The name of the resource group that contains the service instance.

resourceName

string

The name of the service instance.

options
PrivateLinkResourcesListByServiceOptionalParams

The options parameters.

Returns