ConnectionCreateOrUpdateParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The parameters supplied to the create or update connection operation.
public class ConnectionCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionCreateOrUpdateParameters
type ConnectionCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionCreateOrUpdateParameters = class
Public Class ConnectionCreateOrUpdateParameters
- Inheritance
-
ConnectionCreateOrUpdateParameters
- Attributes
Constructors
ConnectionCreateOrUpdateParameters() |
Initializes a new instance of the ConnectionCreateOrUpdateParameters class. |
ConnectionCreateOrUpdateParameters(String, ConnectionCreateOrUpdateProperties) | |
ConnectionCreateOrUpdateParameters(String, ConnectionTypeAssociationProperty, String, IDictionary<String,String>) |
Initializes a new instance of the ConnectionCreateOrUpdateParameters class. |
Properties
ConnectionType |
Gets or sets the connectionType of the connection. |
Description |
Gets or sets the description of the connection. |
FieldDefinitionValues |
Gets or sets the field definition properties of the connection. |
Name |
Gets or sets the name of the connection. |
Properties |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET