ContainerServiceExtendedLocationType 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 extendedLocation.
public readonly struct ContainerServiceExtendedLocationType : IEquatable<Azure.ResourceManager.ContainerService.Models.ContainerServiceExtendedLocationType>
type ContainerServiceExtendedLocationType = struct
Public Structure ContainerServiceExtendedLocationType
Implements IEquatable(Of ContainerServiceExtendedLocationType)
- Inheritance
-
ContainerServiceExtendedLocationType
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerServiceExtendedLocationType(String) |
Initializes a new instance of ContainerServiceExtendedLocationType. |
Properties
| Name | Description |
|---|---|
| EdgeZone |
Azure Edge Zone extended location type. |
Methods
| Name | Description |
|---|---|
| Equals(ContainerServiceExtendedLocationType) |
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(ContainerServiceExtendedLocationType, ContainerServiceExtendedLocationType) |
Determines if two ContainerServiceExtendedLocationType values are the same. |
| Implicit(String to ContainerServiceExtendedLocationType) |
Converts a string to a ContainerServiceExtendedLocationType. |
| Implicit(String to Nullable<ContainerServiceExtendedLocationType>) | |
| Inequality(ContainerServiceExtendedLocationType, ContainerServiceExtendedLocationType) |
Determines if two ContainerServiceExtendedLocationType values are not the same. |