ConnectionState Constructors
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.
Overloads
ConnectionState() |
Initializes a new instance of the ConnectionState class. |
ConnectionState(String, String, String) |
Initializes a new instance of the ConnectionState class. |
ConnectionState()
Initializes a new instance of the ConnectionState class.
public ConnectionState ();
Public Sub New ()
Applies to
ConnectionState(String, String, String)
Initializes a new instance of the ConnectionState class.
public ConnectionState (string status = default, string description = default, string actionsRequired = default);
new Microsoft.Azure.Management.EventGrid.Models.ConnectionState : string * string * string -> Microsoft.Azure.Management.EventGrid.Models.ConnectionState
Public Sub New (Optional status As String = Nothing, Optional description As String = Nothing, Optional actionsRequired As String = Nothing)
Parameters
- status
- String
Status of the connection. Possible values include: 'Pending', 'Approved', 'Rejected', 'Disconnected'
- description
- String
Description of the connection state.
- actionsRequired
- String
Actions required (if any).
Applies to
Azure SDK for .NET