Share via


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

Name Description
DevTestLabPolicyFactName(String)

Initializes a new instance of DevTestLabPolicyFactName.

Properties

Name Description
EnvironmentTemplate

Gets the EnvironmentTemplate.

GalleryImage

Gets the GalleryImage.

LabPremiumVmCount

Gets the LabPremiumVmCount.

LabTargetCost

Gets the LabTargetCost.

LabVmCount

Gets the LabVmCount.

LabVmSize

Gets the LabVmSize.

ScheduleEditPermission

Gets the ScheduleEditPermission.

UserOwnedLabPremiumVmCount

Gets the UserOwnedLabPremiumVmCount.

UserOwnedLabVmCount

Gets the UserOwnedLabVmCount.

UserOwnedLabVmCountInSubnet

Gets the UserOwnedLabVmCountInSubnet.

Methods

Name Description
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

Name Description
Equality(DevTestLabPolicyFactName, DevTestLabPolicyFactName)

Determines if two DevTestLabPolicyFactName values are the same.

Implicit(String to DevTestLabPolicyFactName)

Converts a string to a DevTestLabPolicyFactName.

Implicit(String to Nullable<DevTestLabPolicyFactName>)
Inequality(DevTestLabPolicyFactName, DevTestLabPolicyFactName)

Determines if two DevTestLabPolicyFactName values are not the same.

Applies to