ConnectionCreateResponse.Connection Property
Optional. Gets or sets a connection.
Namespace: Microsoft.WindowsAzure.Management.Automation.Models
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
Syntax
public Connection Connection { get; set; }
public:
property Connection^ Connection {
Connection^ get();
void set(Connection^ value);
}
member Connection : Connection with get, set
Public Property Connection As Connection
Property Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.Connection
See Also
ConnectionCreateResponse Class
Microsoft.WindowsAzure.Management.Automation.Models Namespace
Return to top