WebSiteUpdateConfigurationParameters.ConnectionStringInfo Class
Represents a connection string for a database and other external resource.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.Management.WebSites.Models.WebSiteUpdateConfigurationParameters.ConnectionStringInfo
Syntax
public class ConnectionStringInfo
public ref class ConnectionStringInfo
type ConnectionStringInfo = class end
Public Class ConnectionStringInfo
Constructors
Name | Description | |
---|---|---|
WebSiteUpdateConfigurationParameters.ConnectionStringInfo() | Initializes a new instance of the WebSiteUpdateConfigurationParameters.ConnectionStringInfo class. |
Properties
Name | Description | |
---|---|---|
ConnectionString | Gets or sets a database connection string. |
|
Name | Gets or sets the name of the connection string. |
|
Type | Gets or sets the type of the connection string. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top