NetAppReplicationType 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 replication is cross zone or cross region.
public readonly struct NetAppReplicationType : IEquatable<Azure.ResourceManager.NetApp.Models.NetAppReplicationType>
type NetAppReplicationType = struct
Public Structure NetAppReplicationType
Implements IEquatable(Of NetAppReplicationType)
- Inheritance
-
NetAppReplicationType
- Implements
Constructors
| Name | Description |
|---|---|
| NetAppReplicationType(String) |
Initializes a new instance of NetAppReplicationType. |
Properties
| Name | Description |
|---|---|
| CrossRegionReplication |
Cross region replication. |
| CrossZoneReplication |
Cross zone replication. |
Methods
| Name | Description |
|---|---|
| Equals(NetAppReplicationType) |
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(NetAppReplicationType, NetAppReplicationType) |
Determines if two NetAppReplicationType values are the same. |
| Implicit(String to NetAppReplicationType) |
Converts a String to a NetAppReplicationType. |
| Inequality(NetAppReplicationType, NetAppReplicationType) |
Determines if two NetAppReplicationType values are not the same. |