CloudEndpointChangeEnumerationTotalCountsState Struct
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.
State of the total counts of change enumeration activity.
public readonly struct CloudEndpointChangeEnumerationTotalCountsState : IEquatable<Azure.ResourceManager.StorageSync.Models.CloudEndpointChangeEnumerationTotalCountsState>
type CloudEndpointChangeEnumerationTotalCountsState = struct
Public Structure CloudEndpointChangeEnumerationTotalCountsState
Implements IEquatable(Of CloudEndpointChangeEnumerationTotalCountsState)
- Inheritance
-
CloudEndpointChangeEnumerationTotalCountsState
- Implements
Constructors
| CloudEndpointChangeEnumerationTotalCountsState(String) |
Initializes a new instance of CloudEndpointChangeEnumerationTotalCountsState. |
Properties
| Calculating |
Calculating. |
| Final |
Final. |
Methods
| Equals(CloudEndpointChangeEnumerationTotalCountsState) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(CloudEndpointChangeEnumerationTotalCountsState, CloudEndpointChangeEnumerationTotalCountsState) |
Determines if two CloudEndpointChangeEnumerationTotalCountsState values are the same. |
| Implicit(String to CloudEndpointChangeEnumerationTotalCountsState) |
Converts a String to a CloudEndpointChangeEnumerationTotalCountsState. |
| Inequality(CloudEndpointChangeEnumerationTotalCountsState, CloudEndpointChangeEnumerationTotalCountsState) |
Determines if two CloudEndpointChangeEnumerationTotalCountsState values are not the same. |