Share via


ArmHciModelFactory.RemoteSupportContentProperties Method

Definition

Initializes a new instance of RemoteSupportContentProperties.

public static Azure.ResourceManager.Hci.Models.RemoteSupportContentProperties RemoteSupportContentProperties (Azure.ResourceManager.Hci.Models.HciClusterAccessLevel? accessLevel = default, DateTimeOffset? expireOn = default, Azure.ResourceManager.Hci.Models.RemoteSupportType? remoteSupportType = default);
static member RemoteSupportContentProperties : Nullable<Azure.ResourceManager.Hci.Models.HciClusterAccessLevel> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.Hci.Models.RemoteSupportType> -> Azure.ResourceManager.Hci.Models.RemoteSupportContentProperties
Public Shared Function RemoteSupportContentProperties (Optional accessLevel As Nullable(Of HciClusterAccessLevel) = Nothing, Optional expireOn As Nullable(Of DateTimeOffset) = Nothing, Optional remoteSupportType As Nullable(Of RemoteSupportType) = Nothing) As RemoteSupportContentProperties

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.

Returns

A new RemoteSupportContentProperties instance for mocking.

Applies to