VmWorkloadPolicyType Struct

Definition

Type of the protection policy.

public readonly struct VmWorkloadPolicyType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.VmWorkloadPolicyType>
type VmWorkloadPolicyType = struct
Public Structure VmWorkloadPolicyType
Implements IEquatable(Of VmWorkloadPolicyType)
Inheritance
VmWorkloadPolicyType
Implements

Constructors

Name Description
VmWorkloadPolicyType(String)

Initializes a new instance of VmWorkloadPolicyType.

Properties

Name Description
Invalid

Invalid policy type.

SnapshotV1

Snapshot V1 policy type.

SnapshotV2

Snapshot V2 policy type.

Streaming

Streaming policy type.

Methods

Name Description
Equals(VmWorkloadPolicyType)

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(VmWorkloadPolicyType, VmWorkloadPolicyType)

Determines if two VmWorkloadPolicyType values are the same.

Implicit(String to Nullable<VmWorkloadPolicyType>)
Implicit(String to VmWorkloadPolicyType)

Converts a string to a VmWorkloadPolicyType.

Inequality(VmWorkloadPolicyType, VmWorkloadPolicyType)

Determines if two VmWorkloadPolicyType values are not the same.

Applies to