PrivateLinkResources interface
Interface representing a PrivateLinkResources.
Methods
get(string, string, string, Private |
Get the specified private link resource for the given Digital Twin. |
list(string, string, Private |
List private link resources for given Digital Twin. |
Method Details
get(string, string, string, PrivateLinkResourcesGetOptionalParams)
Get the specified private link resource for the given Digital Twin.
function get(resourceGroupName: string, resourceName: string, resourceId: string, options?: PrivateLinkResourcesGetOptionalParams): Promise<GroupIdInformation>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
-
string
The name of the DigitalTwinsInstance.
- resourceId
-
string
The name of the private link resource.
The options parameters.
Returns
Promise<GroupIdInformation>
list(string, string, PrivateLinkResourcesListOptionalParams)
List private link resources for given Digital Twin.
function list(resourceGroupName: string, resourceName: string, options?: PrivateLinkResourcesListOptionalParams): Promise<GroupIdInformationResponse>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the DigitalTwinsInstance.
- resourceName
-
string
The name of the DigitalTwinsInstance.
The options parameters.
Returns
Promise<GroupIdInformationResponse>