IaasVmPolicyType Struct

Definition

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

Constructors

Name Description
IaasVmPolicyType(String)

Initializes a new instance of IaasVmPolicyType.

Properties

Name Description
Invalid

Gets the Invalid.

V1

Gets the V1.

V2

Gets the V2.

Methods

Name Description
Equals(IaasVmPolicyType)

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

Determines if two IaasVmPolicyType values are the same.

Implicit(String to IaasVmPolicyType)

Converts a string to a IaasVmPolicyType.

Implicit(String to Nullable<IaasVmPolicyType>)
Inequality(IaasVmPolicyType, IaasVmPolicyType)

Determines if two IaasVmPolicyType values are not the same.

Applies to