InterconnectBlockExpandTypes Struct

Definition

The expand expression to apply on the operation for an Interconnect Block.

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

Constructors

Name Description
InterconnectBlockExpandTypes(String)

Initializes a new instance of InterconnectBlockExpandTypes.

Properties

Name Description
InstanceView

Retrieve the runtime instance view of the Interconnect Block.

Methods

Name Description
Equals(InterconnectBlockExpandTypes)

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

Determines if two InterconnectBlockExpandTypes values are the same.

Implicit(String to InterconnectBlockExpandTypes)

Converts a string to a InterconnectBlockExpandTypes.

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

Determines if two InterconnectBlockExpandTypes values are not the same.

Applies to