EndpointType Struct

Definition

The endpoint type.

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

Constructors

Name Description
EndpointType(String)

Initializes a new instance of EndpointType.

Properties

Name Description
AzureArcNetwork

AzureArcNetwork.

AzureArcVM

AzureArcVM.

AzureSubnet

AzureSubnet.

AzureVM

AzureVM.

AzureVMSS

AzureVMSS.

AzureVNet

AzureVNet.

ExternalAddress

ExternalAddress.

MMAWorkspaceMachine

MMAWorkspaceMachine.

MMAWorkspaceNetwork

MMAWorkspaceNetwork.

Methods

Name Description
Equals(EndpointType)

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

Determines if two EndpointType values are the same.

Implicit(String to EndpointType)

Converts a string to a EndpointType.

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

Determines if two EndpointType values are not the same.

Applies to