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

ConnectionTypeCreateOrUpdateParameters 类

定义

提供给创建或更新连接类型操作的参数。

public class ConnectionTypeCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionTypeCreateOrUpdateParameters
type ConnectionTypeCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionTypeCreateOrUpdateParameters = class
Public Class ConnectionTypeCreateOrUpdateParameters
继承
ConnectionTypeCreateOrUpdateParameters
属性

构造函数

ConnectionTypeCreateOrUpdateParameters()

初始化 ConnectionTypeCreateOrUpdateParameters 类的新实例。

ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties)

提供给创建或更新连接类型操作的参数。

ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>)

初始化 ConnectionTypeCreateOrUpdateParameters 类的新实例。

属性

FieldDefinitions

获取或设置连接类型的字段定义。

IsGlobal

获取或设置一个布尔值,该值指示连接类型是否为全局。

Name

获取或设置连接类型的名称。

Properties

提供给创建或更新连接类型操作的参数。

方法

Validate()

验证 对象。

适用于