你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IntegrationServiceEnvironmentSkuName 结构

定义

集成服务环境 SKU 名称。

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

构造函数

IntegrationServiceEnvironmentSkuName(String)

初始化 IntegrationServiceEnvironmentSkuName 的新实例。

属性

Developer

开发人员。

NotSpecified

NotSpecified。

Premium

高级。

方法

Equals(IntegrationServiceEnvironmentSkuName)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

确定两个 IntegrationServiceEnvironmentSkuName 值是否相同。

Implicit(String to IntegrationServiceEnvironmentSkuName)

将字符串转换为 IntegrationServiceEnvironmentSkuName

Inequality(IntegrationServiceEnvironmentSkuName, IntegrationServiceEnvironmentSkuName)

确定两个 IntegrationServiceEnvironmentSkuName 值是否不相同。

适用于