ApiManagementResourceSkuCapacityScaleType 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 scale type applicable to the sku.
public readonly struct ApiManagementResourceSkuCapacityScaleType : IEquatable<Azure.ResourceManager.ApiManagement.Models.ApiManagementResourceSkuCapacityScaleType>
type ApiManagementResourceSkuCapacityScaleType = struct
Public Structure ApiManagementResourceSkuCapacityScaleType
Implements IEquatable(Of ApiManagementResourceSkuCapacityScaleType)
- Inheritance
-
ApiManagementResourceSkuCapacityScaleType
- Implements
Constructors
ApiManagementResourceSkuCapacityScaleType(String) |
Initializes a new instance of ApiManagementResourceSkuCapacityScaleType. |
Properties
Automatic |
Supported scale type automatic. |
Manual |
Supported scale type manual. |
None |
Scaling not supported. |
Methods
Equals(ApiManagementResourceSkuCapacityScaleType) |
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(ApiManagementResourceSkuCapacityScaleType, ApiManagementResourceSkuCapacityScaleType) |
Determines if two ApiManagementResourceSkuCapacityScaleType values are the same. |
Implicit(String to ApiManagementResourceSkuCapacityScaleType) |
Converts a string to a ApiManagementResourceSkuCapacityScaleType. |
Inequality(ApiManagementResourceSkuCapacityScaleType, ApiManagementResourceSkuCapacityScaleType) |
Determines if two ApiManagementResourceSkuCapacityScaleType values are not the same. |
Applies to
Azure SDK for .NET