Freigeben über


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

Name Description
BackupPolicyType(String)

Initializes a new instance of BackupPolicyType.

Properties

Name Description
Continuous

Continuous.

Periodic

Periodic.

Methods

Name Description
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

Name Description
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