TargetAvailabilityZone 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.
Gets or sets the target availability zone.
public readonly struct TargetAvailabilityZone : IEquatable<Azure.ResourceManager.Migrate.Models.TargetAvailabilityZone>
type TargetAvailabilityZone = struct
Public Structure TargetAvailabilityZone
Implements IEquatable(Of TargetAvailabilityZone)
- Inheritance
-
TargetAvailabilityZone
- Implements
Constructors
| Name | Description |
|---|---|
| TargetAvailabilityZone(String) |
Initializes a new instance of TargetAvailabilityZone. |
Properties
| Name | Description |
|---|---|
| NA |
NA. |
| One |
|
| Three |
|
| Two |
|
Methods
| Name | Description |
|---|---|
| Equals(TargetAvailabilityZone) |
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(TargetAvailabilityZone, TargetAvailabilityZone) |
Determines if two TargetAvailabilityZone values are the same. |
| Implicit(String to TargetAvailabilityZone) |
Converts a string to a TargetAvailabilityZone. |
| Inequality(TargetAvailabilityZone, TargetAvailabilityZone) |
Determines if two TargetAvailabilityZone values are not the same. |