Freigeben über


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

Name Description
RestorePointExpand(String)

Initializes a new instance of RestorePointExpand.

Properties

Name Description
InstanceView

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

Converts a String to a RestorePointExpand.

Inequality(RestorePointExpand, RestorePointExpand)

Determines if two RestorePointExpand values are not the same.

Applies to