次の方法で共有


IotOperationsExtendedLocationType Struct

Definition

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