GroupQuotaEnvironmentType 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.
Environment name.
public readonly struct GroupQuotaEnvironmentType : IEquatable<Azure.ResourceManager.Quota.Models.GroupQuotaEnvironmentType>
type GroupQuotaEnvironmentType = struct
Public Structure GroupQuotaEnvironmentType
Implements IEquatable(Of GroupQuotaEnvironmentType)
- Inheritance
-
GroupQuotaEnvironmentType
- Implements
Constructors
GroupQuotaEnvironmentType(String) |
Initializes a new instance of GroupQuotaEnvironmentType. |
Properties
NonProduction |
NonProduction. |
Production |
Production. |
Methods
Equals(GroupQuotaEnvironmentType) |
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(GroupQuotaEnvironmentType, GroupQuotaEnvironmentType) |
Determines if two GroupQuotaEnvironmentType values are the same. |
Implicit(String to GroupQuotaEnvironmentType) |
Converts a string to a GroupQuotaEnvironmentType. |
Inequality(GroupQuotaEnvironmentType, GroupQuotaEnvironmentType) |
Determines if two GroupQuotaEnvironmentType values are not the same. |
Applies to
Azure SDK for .NET