ConnectionTypeCreateOrUpdateParameters 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 type operation.
public class ConnectionTypeCreateOrUpdateParameters
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionTypeCreateOrUpdateParameters
type ConnectionTypeCreateOrUpdateParameters = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionTypeCreateOrUpdateParameters = class
Public Class ConnectionTypeCreateOrUpdateParameters
- Inheritance
-
ConnectionTypeCreateOrUpdateParameters
- Attributes
Constructors
ConnectionTypeCreateOrUpdateParameters() |
Initializes a new instance of the ConnectionTypeCreateOrUpdateParameters class. |
ConnectionTypeCreateOrUpdateParameters(String, ConnectionTypeCreateOrUpdateProperties) | |
ConnectionTypeCreateOrUpdateParameters(String, IDictionary<String,FieldDefinition>, Nullable<Boolean>) |
Initializes a new instance of the ConnectionTypeCreateOrUpdateParameters class. |
Properties
FieldDefinitions |
Gets or sets the field definitions of the connection type. |
IsGlobal |
Gets or sets a Boolean value to indicate if the connection type is global. |
Name |
Gets or sets the name of the connection type. |
Properties |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET