BastionSessionState 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
BastionSessionState() |
Initializes a new instance of the BastionSessionState class. |
BastionSessionState(String, String, String) |
Initializes a new instance of the BastionSessionState class. |
BastionSessionState()
Initializes a new instance of the BastionSessionState class.
public BastionSessionState ();
Public Sub New ()
Applies to
BastionSessionState(String, String, String)
Initializes a new instance of the BastionSessionState class.
public BastionSessionState (string sessionId = default, string message = default, string state = default);
new Microsoft.Azure.Management.Network.Models.BastionSessionState : string * string * string -> Microsoft.Azure.Management.Network.Models.BastionSessionState
Public Sub New (Optional sessionId As String = Nothing, Optional message As String = Nothing, Optional state As String = Nothing)
Parameters
- sessionId
- String
A unique id for the session.
- message
- String
Used for extra information.
- state
- String
The state of the session. Disconnected/Failed/NotFound.