Megosztás a következőn keresztül:


HyperVVmDiskPresenceStatus Struct

Definition

A value indicating whether the VM has a physical disk attached. String value of SrsDataContract.PresenceStatus enum.

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

Constructors

HyperVVmDiskPresenceStatus(String)

Initializes a new instance of HyperVVmDiskPresenceStatus.

Properties

NotPresent

NotPresent.

Present

Present.

Unknown

Unknown.

Methods

Equals(HyperVVmDiskPresenceStatus)

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

Determines if two HyperVVmDiskPresenceStatus values are the same.

Implicit(String to HyperVVmDiskPresenceStatus)

Converts a string to a HyperVVmDiskPresenceStatus.

Inequality(HyperVVmDiskPresenceStatus, HyperVVmDiskPresenceStatus)

Determines if two HyperVVmDiskPresenceStatus values are not the same.

Applies to