Udostępnij za pośrednictwem


ConnectionMonitorEndpointType Struct

Definition

The endpoint type.

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

Constructors

ConnectionMonitorEndpointType(String)

Initializes a new instance of ConnectionMonitorEndpointType.

Properties

AzureArcVm

AzureArcVM.

AzureSubnet

AzureSubnet.

AzureVm

AzureVM.

AzureVmss

AzureVMSS.

AzureVNet

AzureVNet.

ExternalAddress

ExternalAddress.

MMAWorkspaceMachine

MMAWorkspaceMachine.

MMAWorkspaceNetwork

MMAWorkspaceNetwork.

Methods

Equals(ConnectionMonitorEndpointType)

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

Equality(ConnectionMonitorEndpointType, ConnectionMonitorEndpointType)

Determines if two ConnectionMonitorEndpointType values are the same.

Implicit(String to ConnectionMonitorEndpointType)

Converts a string to a ConnectionMonitorEndpointType.

Inequality(ConnectionMonitorEndpointType, ConnectionMonitorEndpointType)

Determines if two ConnectionMonitorEndpointType values are not the same.

Applies to