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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET