IotDpsUtils.ToPSIotHubDefinitionDescription 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
ToPSIotHubDefinitionDescription(IList<IotHubDefinitionDescription>) | |
ToPSIotHubDefinitionDescription(IotHubDefinitionDescription, String, String) |
ToPSIotHubDefinitionDescription(IList<IotHubDefinitionDescription>)
public static System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions> ToPSIotHubDefinitionDescription (System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription> linkedHubs);
static member ToPSIotHubDefinitionDescription : System.Collections.Generic.IList<Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription> -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitions>
Public Function ToPSIotHubDefinitionDescription (linkedHubs As IList(Of IotHubDefinitionDescription)) As IList(Of PSIotHubDefinitions)
Parameters
- linkedHubs
- IList<IotHubDefinitionDescription>
Returns
Applies to
ToPSIotHubDefinitionDescription(IotHubDefinitionDescription, String, String)
public static Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription ToPSIotHubDefinitionDescription (Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription linkedHub, string resourceGroupName, string name);
static member ToPSIotHubDefinitionDescription : Microsoft.Azure.Management.DeviceProvisioningServices.Models.IotHubDefinitionDescription * string * string -> Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotHubDefinitionDescription
Public Function ToPSIotHubDefinitionDescription (linkedHub As IotHubDefinitionDescription, resourceGroupName As String, name As String) As PSIotHubDefinitionDescription
Parameters
- linkedHub
- IotHubDefinitionDescription
- resourceGroupName
- String
- name
- String