ArmNetworkModelFactory.BastionSessionState(String, String, String) Method
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.
public static Azure.ResourceManager.Network.Models.BastionSessionState BastionSessionState(string sessionId = default, string message = default, string state = default);
static member BastionSessionState : string * string * string -> Azure.ResourceManager.Network.Models.BastionSessionState
Public Shared Function BastionSessionState (Optional sessionId As String = Nothing, Optional message As String = Nothing, Optional state As String = Nothing) As BastionSessionState
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.
Returns
A new BastionSessionState instance for mocking.