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
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for .NET