AzureBlobStorageHttpLogsConfig Konstruktoren
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
AzureBlobStorageHttpLogsConfig() |
Initialisiert eine neue instance der AzureBlobStorageHttpLogsConfig-Klasse. |
AzureBlobStorageHttpLogsConfig(String, Nullable<Int32>, Nullable<Boolean>) |
Initialisiert eine neue instance der AzureBlobStorageHttpLogsConfig-Klasse. |
AzureBlobStorageHttpLogsConfig()
Initialisiert eine neue instance der AzureBlobStorageHttpLogsConfig-Klasse.
public AzureBlobStorageHttpLogsConfig ();
Public Sub New ()
Gilt für:
AzureBlobStorageHttpLogsConfig(String, Nullable<Int32>, Nullable<Boolean>)
Initialisiert eine neue instance der AzureBlobStorageHttpLogsConfig-Klasse.
public AzureBlobStorageHttpLogsConfig (string sasUrl = default, int? retentionInDays = default, bool? enabled = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.AzureBlobStorageHttpLogsConfig : string * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.AppService.Fluent.Models.AzureBlobStorageHttpLogsConfig
Public Sub New (Optional sasUrl As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)
Parameter
- sasUrl
- String
SAS-URL zu einem Azure-Blobcontainer mit Lese-,Schreib-/Listen-/Löschberechtigungen.
Aufbewahrung in Tagen. Entfernen Sie Blobs, die älter als X Tage sind. 0 oder niedriger bedeutet keine Aufbewahrung.
True, wenn die Konfiguration aktiviert ist, false, wenn sie deaktiviert ist, und NULL, wenn die Konfiguration nicht festgelegt ist.
Gilt für:
Azure SDK for .NET