InterconnectGroupScope Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Scope of an interconnect group resource.
public readonly struct InterconnectGroupScope : IEquatable<Azure.ResourceManager.Network.Models.InterconnectGroupScope>
type InterconnectGroupScope = struct
Public Structure InterconnectGroupScope
Implements IEquatable(Of InterconnectGroupScope)
- Inheritance
-
InterconnectGroupScope
- Implements
Constructors
| Name | Description |
|---|---|
| InterconnectGroupScope(String) |
Initializes a new instance of InterconnectGroupScope. |
Properties
| Name | Description |
|---|---|
| InfiniBand |
InfiniBand interconnect group scope. |
| None |
No interconnect group scope. |
Methods
| Name | Description |
|---|---|
| Equals(InterconnectGroupScope) |
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(InterconnectGroupScope, InterconnectGroupScope) |
Determines if two InterconnectGroupScope values are the same. |
| Implicit(String to InterconnectGroupScope) |
Converts a string to a InterconnectGroupScope. |
| Implicit(String to Nullable<InterconnectGroupScope>) | |
| Inequality(InterconnectGroupScope, InterconnectGroupScope) |
Determines if two InterconnectGroupScope values are not the same. |