PrivateLinkResourcesOperationsExtensions.List Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List private link resources
public static Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources List (this Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations operations, string resourceGroupName, string resourceName);
static member List : Microsoft.Azure.Management.IotHub.IPrivateLinkResourcesOperations * string * string -> Microsoft.Azure.Management.IotHub.Models.PrivateLinkResources
<Extension()>
Public Function List (operations As IPrivateLinkResourcesOperations, resourceGroupName As String, resourceName As String) As PrivateLinkResources
Parameters
- operations
- IPrivateLinkResourcesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the IoT hub.
- resourceName
- String
The name of the IoT hub.
Returns
Remarks
List private link resources for the given IotHub
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET