DevTestLabPolicyFactName Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET