ArmHciModelFactory.RemoteSupportNodeSettings 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 RemoteSupportNodeSettings.
public static Azure.ResourceManager.Hci.Models.RemoteSupportNodeSettings RemoteSupportNodeSettings (Azure.Core.ResourceIdentifier arcResourceId = default, string state = default, DateTimeOffset? createdOn = default, DateTimeOffset? updatedOn = default, string connectionStatus = default, string connectionErrorMessage = default, string transcriptLocation = default);
static member RemoteSupportNodeSettings : Azure.Core.ResourceIdentifier * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * string -> Azure.ResourceManager.Hci.Models.RemoteSupportNodeSettings
Public Shared Function RemoteSupportNodeSettings (Optional arcResourceId As ResourceIdentifier = Nothing, Optional state As String = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional updatedOn As Nullable(Of DateTimeOffset) = Nothing, Optional connectionStatus As String = Nothing, Optional connectionErrorMessage As String = Nothing, Optional transcriptLocation As String = Nothing) As RemoteSupportNodeSettings
Parameters
- arcResourceId
- ResourceIdentifier
Arc ResourceId of the Node.
- state
- String
Remote Support Access Connection State on the Node.
- createdOn
- Nullable<DateTimeOffset>
Remote Support Enablement Request Created TimeStamp on the Node.
- updatedOn
- Nullable<DateTimeOffset>
Remote Support Enablement Request Updated TimeStamp on the Node.
- connectionStatus
- String
Remote Support Access Connection Status on the Node.
- connectionErrorMessage
- String
Remote Support Access Connection Error Message on the Node.
- transcriptLocation
- String
Remote Support Transcript location on the node.
Returns
A new RemoteSupportNodeSettings instance for mocking.
Applies to
Azure SDK for .NET