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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET