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

ConnectionCreateOrUpdateParameters 类

定义

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

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

构造函数

ConnectionCreateOrUpdateParameters()

初始化 ConnectionCreateOrUpdateParameters 类的新实例。

ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties)

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

ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>)

初始化 ConnectionCreateOrUpdateParameters 类的新实例。

属性

ConnectionType

获取或设置连接的 connectionType。

Description

获取或设置连接的说明。

FieldDefinitionValues

获取或设置连接的字段定义属性。

Name

获取或设置连接的名称。

Properties

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

方法

Validate()

验证 对象。

适用于