IntegrationServiceEnvironmentSkuName Struct

Definition

The integration service environment sku name.

public readonly struct IntegrationServiceEnvironmentSkuName : IEquatable<Azure.ResourceManager.Logic.Models.IntegrationServiceEnvironmentSkuName>
type IntegrationServiceEnvironmentSkuName = struct
Public Structure IntegrationServiceEnvironmentSkuName
Implements IEquatable(Of IntegrationServiceEnvironmentSkuName)
Inheritance
IntegrationServiceEnvironmentSkuName
Implements

Constructors

IntegrationServiceEnvironmentSkuName(String)

Initializes a new instance of IntegrationServiceEnvironmentSkuName.

Properties

Developer

Developer.

NotSpecified

NotSpecified.

Premium

Premium.

Methods

Equals(IntegrationServiceEnvironmentSkuName)

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(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

Determines if two IntegrationServiceEnvironmentSkuName values are the same.

Implicit(String to IntegrationServiceEnvironmentSkuName)

Converts a string to a IntegrationServiceEnvironmentSkuName.

Inequality(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

Determines if two IntegrationServiceEnvironmentSkuName values are not the same.

Applies to