IotHubConnectionStringBuilder.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create(String) |
Sie erstellt ein IotHubConnectionStringBuilder-Objekt. |
Create(String, IAuthenticationMethod) |
Sie erstellt ein IotHubConnectionStringBuilder-Objekt. |
Create(String)
Sie erstellt ein IotHubConnectionStringBuilder-Objekt.
public static Microsoft.Azure.Devices.IotHubConnectionStringBuilder Create (string iotHubConnectionString);
static member Create : string -> Microsoft.Azure.Devices.IotHubConnectionStringBuilder
Public Shared Function Create (iotHubConnectionString As String) As IotHubConnectionStringBuilder
Parameter
- iotHubConnectionString
- String
Verbindungszeichenfolge.
Gibt zurück
Gilt für:
Create(String, IAuthenticationMethod)
Sie erstellt ein IotHubConnectionStringBuilder-Objekt.
public static Microsoft.Azure.Devices.IotHubConnectionStringBuilder Create (string hostname, Microsoft.Azure.Devices.IAuthenticationMethod authenticationMethod);
static member Create : string * Microsoft.Azure.Devices.IAuthenticationMethod -> Microsoft.Azure.Devices.IotHubConnectionStringBuilder
Public Shared Function Create (hostname As String, authenticationMethod As IAuthenticationMethod) As IotHubConnectionStringBuilder
Parameter
- hostname
- String
Der Hostname.
- authenticationMethod
- IAuthenticationMethod
Die Authentifizierungsmethode
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET