Share via


BackupPolicyType Struct

Definition

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