IntegrationServiceEnvironmentSkuScaleType Struct

Definition

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