StorageMoverEndpointKind 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.
The type of the endpoint source/target.
public readonly struct StorageMoverEndpointKind : IEquatable<Azure.ResourceManager.StorageMover.Models.StorageMoverEndpointKind>
type StorageMoverEndpointKind = struct
Public Structure StorageMoverEndpointKind
Implements IEquatable(Of StorageMoverEndpointKind)
- Inheritance
-
StorageMoverEndpointKind
- Implements
Constructors
| Name | Description |
|---|---|
| StorageMoverEndpointKind(String) |
Initializes a new instance of StorageMoverEndpointKind. |
Properties
| Name | Description |
|---|---|
| Source |
Gets the Source. |
| Target |
Gets the Target. |
Methods
| Name | Description |
|---|---|
| Equals(StorageMoverEndpointKind) |
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(StorageMoverEndpointKind, StorageMoverEndpointKind) |
Determines if two StorageMoverEndpointKind values are the same. |
| Implicit(String to Nullable<StorageMoverEndpointKind>) | |
| Implicit(String to StorageMoverEndpointKind) |
Converts a string to a StorageMoverEndpointKind. |
| Inequality(StorageMoverEndpointKind, StorageMoverEndpointKind) |
Determines if two StorageMoverEndpointKind values are not the same. |