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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET