NetworkCloudAccessBridgeAllowedName Struct

Definition

The allowed names for the access bridge.

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

Constructors

Name Description
NetworkCloudAccessBridgeAllowedName(String)

Initializes a new instance of NetworkCloudAccessBridgeAllowedName.

Properties

Name Description
Bastion

The access bridge for bare metal machine bastion access.

PrivateVault

The access bridge for cluster access to private vault.

StorageDashboard

The access bridge for access to the storage dashboard.

Methods

Name Description
Equals(NetworkCloudAccessBridgeAllowedName)

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

Determines if two NetworkCloudAccessBridgeAllowedName values are the same.

Implicit(String to NetworkCloudAccessBridgeAllowedName)

Converts a string to a NetworkCloudAccessBridgeAllowedName.

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

Determines if two NetworkCloudAccessBridgeAllowedName values are not the same.

Applies to