SiteRecoveryAgentAutoUpdateStatus 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.
A value indicating whether the auto update is enabled.
public readonly struct SiteRecoveryAgentAutoUpdateStatus : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SiteRecoveryAgentAutoUpdateStatus>
type SiteRecoveryAgentAutoUpdateStatus = struct
Public Structure SiteRecoveryAgentAutoUpdateStatus
Implements IEquatable(Of SiteRecoveryAgentAutoUpdateStatus)
- Inheritance
-
SiteRecoveryAgentAutoUpdateStatus
- Implements
Constructors
SiteRecoveryAgentAutoUpdateStatus(String) |
Initializes a new instance of SiteRecoveryAgentAutoUpdateStatus. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(SiteRecoveryAgentAutoUpdateStatus) |
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(SiteRecoveryAgentAutoUpdateStatus, SiteRecoveryAgentAutoUpdateStatus) |
Determines if two SiteRecoveryAgentAutoUpdateStatus values are the same. |
Implicit(String to SiteRecoveryAgentAutoUpdateStatus) |
Converts a string to a SiteRecoveryAgentAutoUpdateStatus. |
Inequality(SiteRecoveryAgentAutoUpdateStatus, SiteRecoveryAgentAutoUpdateStatus) |
Determines if two SiteRecoveryAgentAutoUpdateStatus values are not the same. |
Applies to
Azure SDK for .NET