Megosztás a következőn keresztül:


DeviceUpdateAccountLocationRole Struct

Definition

Whether the location is primary or failover.

public readonly struct DeviceUpdateAccountLocationRole : IEquatable<Azure.ResourceManager.DeviceUpdate.Models.DeviceUpdateAccountLocationRole>
type DeviceUpdateAccountLocationRole = struct
Public Structure DeviceUpdateAccountLocationRole
Implements IEquatable(Of DeviceUpdateAccountLocationRole)
Inheritance
DeviceUpdateAccountLocationRole
Implements

Constructors

DeviceUpdateAccountLocationRole(String)

Initializes a new instance of DeviceUpdateAccountLocationRole.

Properties

Failover

Failover.

Primary

Primary.

Methods

Equals(DeviceUpdateAccountLocationRole)

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(DeviceUpdateAccountLocationRole, DeviceUpdateAccountLocationRole)

Determines if two DeviceUpdateAccountLocationRole values are the same.

Implicit(String to DeviceUpdateAccountLocationRole)

Converts a string to a DeviceUpdateAccountLocationRole.

Inequality(DeviceUpdateAccountLocationRole, DeviceUpdateAccountLocationRole)

Determines if two DeviceUpdateAccountLocationRole values are not the same.

Applies to