Connection Class

Definition

Definition of the connection.

public class Connection
[Microsoft.Rest.Serialization.JsonTransformation]
public class Connection : Microsoft.Azure.Management.Automation.Models.ProxyResource
type Connection = class
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Connection = class
    inherit ProxyResource
Public Class Connection
Public Class Connection
Inherits ProxyResource
Inheritance
Connection
Inheritance
Attributes

Constructors

Connection()

Initializes a new instance of the Connection class.

Connection(String, String, String, ConnectionTypeAssociationProperty, IDictionary<String,String>, DateTimeOffset, DateTimeOffset, String)

Initializes a new instance of the Connection class.

Properties

ConnectionType

Gets or sets the connectionType of the connection.

CreationTime

Gets the creation time.

Description

Gets or sets the description.

FieldDefinitionValues

Gets the field definition values of the connection.

Id
Id

Gets fully qualified resource Id for the resource

(Inherited from Resource)
LastModifiedTime

Gets the last modified time.

Name
Name

Gets the name of the resource

(Inherited from Resource)
Properties
Type

Gets the type of the resource.

(Inherited from Resource)

Applies to