Freigeben über


ExportJobProperties(Uri, Boolean) Konstruktor

Definition

Erstellt eine instance dieser Klasse für den Exportauftrag.

public ExportJobProperties (Uri outputBlobContainerUri, bool excludeKeysInExport);
new Microsoft.Azure.Devices.ExportJobProperties : Uri * bool -> Microsoft.Azure.Devices.ExportJobProperties
Public Sub New (outputBlobContainerUri As Uri, excludeKeysInExport As Boolean)

Parameter

outputBlobContainerUri
Uri

URI für einen Blobcontainer, der verwendet wird, um die status des Auftrags und die Ergebnisse auszugeben.

excludeKeysInExport
Boolean

Gibt an, ob Autorisierungsschlüssel in die Exportausgabe eingeschlossen werden sollen.

Gilt für:

Weitere Informationen