Compartilhar via


ContainerGroupPriority Struct

Definition

The priority of the container group.

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

Constructors

Name Description
ContainerGroupPriority(String)

Initializes a new instance of ContainerGroupPriority.

Properties

Name Description
Regular

Regular.

Spot

Spot.

Methods

Name Description
Equals(ContainerGroupPriority)

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

Determines if two ContainerGroupPriority values are the same.

Implicit(String to ContainerGroupPriority)

Converts a String to a ContainerGroupPriority.

Inequality(ContainerGroupPriority, ContainerGroupPriority)

Determines if two ContainerGroupPriority values are not the same.

Applies to