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