49 строки
3.1 KiB
YAML
49 строки
3.1 KiB
YAML
### YamlMime:JavaType
|
|
inheritances:
|
|
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
|
|
methods:
|
|
- fullName: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder.createIotHubConnectionString(String connectionString)
|
|
name: createIotHubConnectionString(String connectionString)
|
|
nameWithType: IotHubConnectionStringBuilder.createIotHubConnectionString(String connectionString)
|
|
parameters:
|
|
- description: <p>The connection string </p>
|
|
name: connectionString
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>The IotHubConnectionString object </p>
|
|
type: <xref href="com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionString?alt=com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionString&text=IotHubConnectionString" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Static constructor to create IotHubConnectionString from the given string</p>
|
|
|
|
<p></p>
|
|
syntax: public static IotHubConnectionString createIotHubConnectionString(String connectionString)
|
|
uid: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder.createIotHubConnectionString(String)
|
|
- fullName: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder.createIotHubConnectionString(String hostName, AuthenticationMethod authenticationMethod)
|
|
name: createIotHubConnectionString(String hostName, AuthenticationMethod authenticationMethod)
|
|
nameWithType: IotHubConnectionStringBuilder.createIotHubConnectionString(String hostName, AuthenticationMethod authenticationMethod)
|
|
parameters:
|
|
- description: <p>The hostName string </p>
|
|
name: hostName
|
|
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
|
|
- description: <p>The AuthenticationMethod object </p>
|
|
name: authenticationMethod
|
|
type: <xref href="com.microsoft.azure.sdk.iot.service.auth.AuthenticationMethod?alt=com.microsoft.azure.sdk.iot.service.auth.AuthenticationMethod&text=AuthenticationMethod" data-throw-if-not-resolved="False"/>
|
|
returns:
|
|
description: <p>The IotHubConnectionString object </p>
|
|
type: <xref href="com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionString?alt=com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionString&text=IotHubConnectionString" data-throw-if-not-resolved="False"/>
|
|
summary: >-
|
|
<p>Static constructor to create IotHubConnectionString from host name and authentication method</p>
|
|
|
|
<p></p>
|
|
syntax: public static IotHubConnectionString createIotHubConnectionString(String hostName, AuthenticationMethod authenticationMethod)
|
|
uid: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder.createIotHubConnectionString(String,AuthenticationMethod)
|
|
nameWithType: IotHubConnectionStringBuilder
|
|
syntax: public class IotHubConnectionStringBuilder
|
|
type: class
|
|
uid: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder
|
|
fullName: com.microsoft.azure.sdk.iot.service.auth.IotHubConnectionStringBuilder
|
|
name: IotHubConnectionStringBuilder
|
|
package: com.microsoft.azure.sdk.iot.service.auth
|
|
summary: <p>Provide static constructors to create IotHubConnectionString object </p>
|
|
metadata: {}
|