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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET