ConfidentialVmVersion Struct

Definition

Indicates the version of Confidential VM for the resource.

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

Constructors

Name Description
ConfidentialVmVersion(String)

Initializes a new instance of ConfidentialVmVersion.

Properties

Name Description
V1

V1 indicates the resource does not have an associated Virtual Machine Metadata.

V2

V2 indicates the resource has an associated Virtual Machine Metadata.

Methods

Name Description
Equals(ConfidentialVmVersion)

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

Determines if two ConfidentialVmVersion values are the same.

Implicit(String to ConfidentialVmVersion)

Converts a string to a ConfidentialVmVersion.

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

Determines if two ConfidentialVmVersion values are not the same.

Applies to