VideoAnalyzerPrivateEndpointConnectionOperationStatus Constructors
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.
Overloads
VideoAnalyzerPrivateEndpointConnectionOperationStatus() |
Initializes a new instance of the VideoAnalyzerPrivateEndpointConnectionOperationStatus class. |
VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail) |
Initializes a new instance of the VideoAnalyzerPrivateEndpointConnectionOperationStatus class. |
VideoAnalyzerPrivateEndpointConnectionOperationStatus()
Initializes a new instance of the VideoAnalyzerPrivateEndpointConnectionOperationStatus class.
public VideoAnalyzerPrivateEndpointConnectionOperationStatus ();
Public Sub New ()
Applies to
VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail)
Initializes a new instance of the VideoAnalyzerPrivateEndpointConnectionOperationStatus class.
public VideoAnalyzerPrivateEndpointConnectionOperationStatus (string name, string id = default, string startTime = default, string endTime = default, string status = default, Microsoft.Azure.Management.VideoAnalyzer.Models.ErrorDetail error = default);
new Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerPrivateEndpointConnectionOperationStatus : string * string * string * string * string * Microsoft.Azure.Management.VideoAnalyzer.Models.ErrorDetail -> Microsoft.Azure.Management.VideoAnalyzer.Models.VideoAnalyzerPrivateEndpointConnectionOperationStatus
Public Sub New (name As String, Optional id As String = Nothing, Optional startTime As String = Nothing, Optional endTime As String = Nothing, Optional status As String = Nothing, Optional error As ErrorDetail = Nothing)
Parameters
- name
- String
Operation identifier.
- id
- String
Operation resource ID.
- startTime
- String
Operation start time.
- endTime
- String
Operation end time.
- status
- String
Operation status.
- error
- ErrorDetail
Applies to
Azure SDK for .NET