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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET