NetAppEndpointType 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.
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
Azure SDK for .NET