IotDpsUtils.ToPSIotDpsConnectionStrings 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.
public static System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsConnectionString> ToPSIotDpsConnectionStrings (System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription> authorizationPolicies, string serviceOperationsHostName);
static member ToPSIotDpsConnectionStrings : seq<Microsoft.Azure.Management.DeviceProvisioningServices.Models.SharedAccessSignatureAuthorizationRuleAccessRightsDescription> * string -> System.Collections.Generic.IList<Microsoft.Azure.Commands.Management.DeviceProvisioningServices.Models.PSIotDpsConnectionString>
Public Function ToPSIotDpsConnectionStrings (authorizationPolicies As IEnumerable(Of SharedAccessSignatureAuthorizationRuleAccessRightsDescription), serviceOperationsHostName As String) As IList(Of PSIotDpsConnectionString)
Parameters
- authorizationPolicies
- IEnumerable<SharedAccessSignatureAuthorizationRuleAccessRightsDescription>
- serviceOperationsHostName
- String