Share via


NetAppEndpointType Struct

Definition

Indicates whether the local volume is the source or destination for the Volume Replication.

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

Constructors

NetAppEndpointType(String)

Initializes a new instance of NetAppEndpointType.

Properties

Destination

dst.

Source

src.

Methods

Equals(NetAppEndpointType)

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

Determines if two NetAppEndpointType values are the same.

Implicit(String to NetAppEndpointType)

Converts a string to a NetAppEndpointType.

Inequality(NetAppEndpointType, NetAppEndpointType)

Determines if two NetAppEndpointType values are not the same.

Applies to