PrivateLinks interface
Interface representing a PrivateLinks.
Methods
| get(string, string, string, Private |
Get a private link resource of a IoT Central Application. |
| list(string, string, Private |
Get all private link resources of a IoT Central Application. |
Method Details
get(string, string, string, PrivateLinksGetOptionalParams)
Get a private link resource of a IoT Central Application.
function get(resourceGroupName: string, resourceName: string, groupId: string, options?: PrivateLinksGetOptionalParams): Promise<PrivateLinkResource>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the IoT Central application.
- resourceName
-
string
The ARM resource name of the IoT Central application.
- groupId
-
string
The private link resource name.
- options
- PrivateLinksGetOptionalParams
The options parameters.
Returns
Promise<PrivateLinkResource>
list(string, string, PrivateLinksListOptionalParams)
Get all private link resources of a IoT Central Application.
function list(resourceGroupName: string, resourceName: string, options?: PrivateLinksListOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource, PrivateLinkResource[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the IoT Central application.
- resourceName
-
string
The ARM resource name of the IoT Central application.
- options
- PrivateLinksListOptionalParams
The options parameters.