BackupPolicyType 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.
Describes the mode of backups.
public readonly struct BackupPolicyType : IEquatable<Azure.ResourceManager.CosmosDB.Models.BackupPolicyType>
type BackupPolicyType = struct
Public Structure BackupPolicyType
Implements IEquatable(Of BackupPolicyType)
- Inheritance
-
BackupPolicyType
- Implements
Constructors
BackupPolicyType(String) |
Initializes a new instance of BackupPolicyType. |
Properties
Continuous |
Continuous. |
Periodic |
Periodic. |
Methods
Equals(BackupPolicyType) |
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(BackupPolicyType, BackupPolicyType) |
Determines if two BackupPolicyType values are the same. |
Implicit(String to BackupPolicyType) |
Converts a string to a BackupPolicyType. |
Inequality(BackupPolicyType, BackupPolicyType) |
Determines if two BackupPolicyType values are not the same. |
Applies to
Azure SDK for .NET