IotDpsBaseCmdlet.GetIotDpsHubs 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.
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