PrivateLinkResourcesOperations Class   
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:private_link_resources> attribute.
Constructor
PrivateLinkResourcesOperations(*args, **kwargs)Methods
| get | Get the specified private link resource. Get the specified private link resource for the given IotHub. | 
| list | List private link resources. List private link resources for the given IotHub. | 
get
Get the specified private link resource.
Get the specified private link resource for the given IotHub.
get(resource_group_name: str, resource_name: str, group_id: str, **kwargs: Any) -> GroupIdInformationParameters
| Name | Description | 
|---|---|
| resource_group_name 
				Required
			 | The name of the resource group that contains the IoT hub. Required. | 
| resource_name 
				Required
			 | The name of the IoT hub. Required. | 
| group_id 
				Required
			 | The name of the private link resource. Required. | 
Returns
| Type | Description | 
|---|---|
| GroupIdInformation or the result of cls(response) | 
Exceptions
| Type | Description | 
|---|---|
list
List private link resources.
List private link resources for the given IotHub.
list(resource_group_name: str, resource_name: str, **kwargs: Any) -> PrivateLinkResourcesParameters
| Name | Description | 
|---|---|
| resource_group_name 
				Required
			 | The name of the resource group that contains the IoT hub. Required. | 
| resource_name 
				Required
			 | The name of the IoT hub. Required. | 
Returns
| Type | Description | 
|---|---|
| PrivateLinkResources or the result of cls(response) | 
Exceptions
| Type | Description | 
|---|---|
Attributes
models
models = <module 'azure.mgmt.iothub.v2023_06_30.models' from 'C:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv151\\Lib\\site-packages\\azure\\mgmt\\iothub\\v2023_06_30\\models\\__init__.py'>