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