DevTestLabPolicyFactName Struct

Definition

The fact name of the policy (e.g. LabVmCount, LabVmSize, MaxVmsAllowedPerLab, etc.

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

Constructors

DevTestLabPolicyFactName(String)

Initializes a new instance of DevTestLabPolicyFactName.

Properties

EnvironmentTemplate

EnvironmentTemplate.

GalleryImage

GalleryImage.

LabPremiumVmCount

LabPremiumVmCount.

LabTargetCost

LabTargetCost.

LabVmCount

LabVmCount.

LabVmSize

LabVmSize.

ScheduleEditPermission

ScheduleEditPermission.

UserOwnedLabPremiumVmCount

UserOwnedLabPremiumVmCount.

UserOwnedLabVmCount

UserOwnedLabVmCount.

UserOwnedLabVmCountInSubnet

UserOwnedLabVmCountInSubnet.

Methods

Equals(DevTestLabPolicyFactName)

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

Determines if two DevTestLabPolicyFactName values are the same.

Implicit(String to DevTestLabPolicyFactName)

Converts a string to a DevTestLabPolicyFactName.

Inequality(DevTestLabPolicyFactName, DevTestLabPolicyFactName)

Determines if two DevTestLabPolicyFactName values are not the same.

Applies to