ArmHciModelFactory.PerNodeRemoteSupportSession 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.
Initializes a new instance of PerNodeRemoteSupportSession.
public static Azure.ResourceManager.Hci.Models.PerNodeRemoteSupportSession PerNodeRemoteSupportSession (DateTimeOffset? sessionStartOn = default, DateTimeOffset? sessionEndOn = default, string nodeName = default, long? duration = default, Azure.ResourceManager.Hci.Models.HciClusterAccessLevel? accessLevel = default);
static member PerNodeRemoteSupportSession : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Nullable<int64> * Nullable<Azure.ResourceManager.Hci.Models.HciClusterAccessLevel> -> Azure.ResourceManager.Hci.Models.PerNodeRemoteSupportSession
Public Shared Function PerNodeRemoteSupportSession (Optional sessionStartOn As Nullable(Of DateTimeOffset) = Nothing, Optional sessionEndOn As Nullable(Of DateTimeOffset) = Nothing, Optional nodeName As String = Nothing, Optional duration As Nullable(Of Long) = Nothing, Optional accessLevel As Nullable(Of HciClusterAccessLevel) = Nothing) As PerNodeRemoteSupportSession
Parameters
- sessionStartOn
- Nullable<DateTimeOffset>
Remote Support Session StartTime on the Node.
- sessionEndOn
- Nullable<DateTimeOffset>
Remote Support Session EndTime on the Node.
- nodeName
- String
Name of the node.
- accessLevel
- Nullable<HciClusterAccessLevel>
Remote Support Access Level.
Returns
A new PerNodeRemoteSupportSession instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET