RestorePointExpand Struct

Definition

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

Constructors

Name Description
RestorePointExpand(String)

Initializes a new instance of RestorePointExpand.

Properties

Name Description
InstanceView

Gets the InstanceView.

Methods

Name Description
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

Name Description
Equality(RestorePointExpand, RestorePointExpand)

Determines if two RestorePointExpand values are the same.

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

Converts a string to a RestorePointExpand.

Inequality(RestorePointExpand, RestorePointExpand)

Determines if two RestorePointExpand values are not the same.

Applies to