ZonePlacementPolicyType Struct

Definition

Specifies the policy for resource's placement in availability zone. Possible values are: Any (used for Virtual Machines), Auto (used for Virtual Machine Scale Sets) - An availability zone will be automatically picked by system as part of resource creation.

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

Constructors

Name Description
ZonePlacementPolicyType(String)

Initializes a new instance of ZonePlacementPolicyType.

Properties

Name Description
Any

Gets the Any.

Auto

The platform automatically selects an availability zone based on the request.

Methods

Name Description
Equals(ZonePlacementPolicyType)

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

Determines if two ZonePlacementPolicyType values are the same.

Implicit(String to Nullable<ZonePlacementPolicyType>)
Implicit(String to ZonePlacementPolicyType)

Converts a string to a ZonePlacementPolicyType.

Inequality(ZonePlacementPolicyType, ZonePlacementPolicyType)

Determines if two ZonePlacementPolicyType values are not the same.

Applies to