CloudEndpointLastChangeEnumerationStatus Constructors
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.
Overloads
CloudEndpointLastChangeEnumerationStatus() |
Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class. |
CloudEndpointLastChangeEnumerationStatus(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>) |
Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class. |
CloudEndpointLastChangeEnumerationStatus()
Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.
public CloudEndpointLastChangeEnumerationStatus();
Public Sub New ()
Applies to
CloudEndpointLastChangeEnumerationStatus(Nullable<DateTime>, Nullable<DateTime>, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, Nullable<DateTime>)
Initializes a new instance of the CloudEndpointLastChangeEnumerationStatus class.
public CloudEndpointLastChangeEnumerationStatus(DateTime? startedTimestamp = default, DateTime? completedTimestamp = default, long? namespaceFilesCount = default, long? namespaceDirectoriesCount = default, long? namespaceSizeBytes = default, DateTime? nextRunTimestamp = default);
new Microsoft.Azure.Management.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus : Nullable<DateTime> * Nullable<DateTime> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<DateTime> -> Microsoft.Azure.Management.StorageSync.Models.CloudEndpointLastChangeEnumerationStatus
Public Sub New (Optional startedTimestamp As Nullable(Of DateTime) = Nothing, Optional completedTimestamp As Nullable(Of DateTime) = Nothing, Optional namespaceFilesCount As Nullable(Of Long) = Nothing, Optional namespaceDirectoriesCount As Nullable(Of Long) = Nothing, Optional namespaceSizeBytes As Nullable(Of Long) = Nothing, Optional nextRunTimestamp As Nullable(Of DateTime) = Nothing)
Parameters
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET