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