SourceSiteOperation 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 source site operations are required.
public readonly struct SourceSiteOperation : IEquatable<Azure.ResourceManager.RecoveryServicesSiteRecovery.Models.SourceSiteOperation>
type SourceSiteOperation = struct
Public Structure SourceSiteOperation
Implements IEquatable(Of SourceSiteOperation)
- Inheritance
-
SourceSiteOperation
- Implements
Constructors
SourceSiteOperation(String) |
Initializes a new instance of SourceSiteOperation. |
Properties
NotRequired |
NotRequired. |
Required |
Required. |
Methods
Equals(SourceSiteOperation) |
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(SourceSiteOperation, SourceSiteOperation) |
Determines if two SourceSiteOperation values are the same. |
Implicit(String to SourceSiteOperation) |
Converts a string to a SourceSiteOperation. |
Inequality(SourceSiteOperation, SourceSiteOperation) |
Determines if two SourceSiteOperation values are not the same. |
Applies to
Azure SDK for .NET