ArmHciModelFactory.RemoteSupportContentProperties 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 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET