你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IotDpsBaseCmdlet.GetIotDpsHubs Method

Definition

Overloads

GetIotDpsHubs(String, String)
GetIotDpsHubs(String, String, String)

GetIotDpsHubs(String, String)

public System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription> GetIotDpsHubs (string resourceGroupName, string provisioningServiceName);
member this.GetIotDpsHubs : string * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription>
Public Function GetIotDpsHubs (resourceGroupName As String, provisioningServiceName As String) As IList(Of IotHubDefinitionDescription)

Parameters

resourceGroupName
String
provisioningServiceName
String

Returns

Applies to

GetIotDpsHubs(String, String, String)

public Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription GetIotDpsHubs (string resourceGroupName, string provisioningServiceName, string linkedHubName);
member this.GetIotDpsHubs : string * string * string -> Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription
Public Function GetIotDpsHubs (resourceGroupName As String, provisioningServiceName As String, linkedHubName As String) As IotHubDefinitionDescription

Parameters

resourceGroupName
String
provisioningServiceName
String
linkedHubName
String

Returns

Applies to