ContainerAppExtendedLocationType 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 ContainerAppExtendedLocationType : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppExtendedLocationType>
type ContainerAppExtendedLocationType = struct
Public Structure ContainerAppExtendedLocationType
Implements IEquatable(Of ContainerAppExtendedLocationType)
- Inheritance
-
ContainerAppExtendedLocationType
- Implements
Constructors
ContainerAppExtendedLocationType(String) |
Initializes a new instance of ContainerAppExtendedLocationType. |
Properties
CustomLocation |
CustomLocation. |
Methods
Equals(ContainerAppExtendedLocationType) |
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(ContainerAppExtendedLocationType, ContainerAppExtendedLocationType) |
Determines if two ContainerAppExtendedLocationType values are the same. |
Implicit(String to ContainerAppExtendedLocationType) |
Converts a string to a ContainerAppExtendedLocationType. |
Inequality(ContainerAppExtendedLocationType, ContainerAppExtendedLocationType) |
Determines if two ContainerAppExtendedLocationType values are not the same. |
Applies to
Azure SDK for .NET