Condividi tramite


ContainerServiceExtendedLocationType Struct

Definition

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.

Applies to