ArmHciModelFactory.RemoteSupportProperties 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 RemoteSupportProperties.
public static Azure.ResourceManager.Hci.Models.RemoteSupportProperties RemoteSupportProperties (Azure.ResourceManager.Hci.Models.HciClusterAccessLevel? accessLevel = default, DateTimeOffset? expireOn = default, Azure.ResourceManager.Hci.Models.RemoteSupportType? remoteSupportType = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.RemoteSupportNodeSettings> remoteSupportNodeSettings = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.PerNodeRemoteSupportSession> remoteSupportSessionDetails = default);
static member RemoteSupportProperties : Nullable<Azure.ResourceManager.Hci.Models.HciClusterAccessLevel> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Hci.Models.RemoteSupportType> * seq<Azure.ResourceManager.Hci.Models.RemoteSupportNodeSettings> * seq<Azure.ResourceManager.Hci.Models.PerNodeRemoteSupportSession> -> Azure.ResourceManager.Hci.Models.RemoteSupportProperties
Public Shared Function RemoteSupportProperties (Optional accessLevel As Nullable(Of HciClusterAccessLevel) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional remoteSupportType As Nullable(Of RemoteSupportType) = Nothing, Optional remoteSupportNodeSettings As IEnumerable(Of RemoteSupportNodeSettings) = Nothing, Optional remoteSupportSessionDetails As IEnumerable(Of PerNodeRemoteSupportSession) = Nothing) As RemoteSupportProperties
Parameters
- accessLevel
- Nullable<HciClusterAccessLevel>
Remote Support Access Level.
- expireOn
- Nullable<DateTimeOffset>
Expiration DateTimeStamp when Remote Support Access will be expired.
- remoteSupportType
- Nullable<RemoteSupportType>
Remote Support Type for cluster.
- remoteSupportNodeSettings
- IEnumerable<RemoteSupportNodeSettings>
- remoteSupportSessionDetails
- IEnumerable<PerNodeRemoteSupportSession>
Returns
A new RemoteSupportProperties instance for mocking.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET