ProximityPlacementGroupType Struct

Definition

Specifies the type of the proximity placement group. Possible values are: Standard : Co-locate resources within an Azure region or Availability Zone. Ultra : For future use.

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

Constructors

ProximityPlacementGroupType(String)

Initializes a new instance of ProximityPlacementGroupType.

Properties

Standard

Standard.

Ultra

Ultra.

Methods

Equals(ProximityPlacementGroupType)

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

Determines if two ProximityPlacementGroupType values are the same.

Implicit(String to ProximityPlacementGroupType)

Converts a string to a ProximityPlacementGroupType.

Inequality(ProximityPlacementGroupType, ProximityPlacementGroupType)

Determines if two ProximityPlacementGroupType values are not the same.

Applies to