RestorePointExpand Struct

Definition

The RestorePointExpand.

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

Constructors

RestorePointExpand(String)

Initializes a new instance of RestorePointExpand.

Properties

InstanceView

instanceView.

Methods

Equals(RestorePointExpand)

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

Determines if two RestorePointExpand values are the same.

Implicit(String to RestorePointExpand)

Converts a string to a RestorePointExpand.

Inequality(RestorePointExpand, RestorePointExpand)

Determines if two RestorePointExpand values are not the same.

Applies to