ArmMonitorModelFactory.MonitorPrivateLinkScopeOperationStatus 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 MonitorPrivateLinkScopeOperationStatus.
public static Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopeOperationStatus MonitorPrivateLinkScopeOperationStatus (string id = default, string name = default, DateTimeOffset? startOn = default, DateTimeOffset? endOn = default, string status = default, Azure.ResponseError error = default);
static member MonitorPrivateLinkScopeOperationStatus : string * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * Azure.ResponseError -> Azure.ResourceManager.Monitor.Models.MonitorPrivateLinkScopeOperationStatus
Public Shared Function MonitorPrivateLinkScopeOperationStatus (Optional id As String = Nothing, Optional name As String = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional endOn As Nullable(Of DateTimeOffset) = Nothing, Optional status As String = Nothing, Optional error As ResponseError = Nothing) As MonitorPrivateLinkScopeOperationStatus
Parameters
- id
- String
The operation Id.
- name
- String
The operation name.
- startOn
- Nullable<DateTimeOffset>
Start time of the job in standard ISO8601 format.
- endOn
- Nullable<DateTimeOffset>
End time of the job in standard ISO8601 format.
- status
- String
The status of the operation.
- error
- ResponseError
The error detail of the operation if any.
Returns
A new MonitorPrivateLinkScopeOperationStatus 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