VideoAnalyzerPrivateEndpointConnectionOperationStatus Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
VideoAnalyzerPrivateEndpointConnectionOperationStatus() |
Initialisiert eine neue instance der VideoAnalyzerPrivateEndpointConnectionOperationStatus-Klasse. |
VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail) |
Initialisiert eine neue instance der VideoAnalyzerPrivateEndpointConnectionOperationStatus-Klasse. |
VideoAnalyzerPrivateEndpointConnectionOperationStatus()
Initialisiert eine neue instance der VideoAnalyzerPrivateEndpointConnectionOperationStatus-Klasse.
public VideoAnalyzerPrivateEndpointConnectionOperationStatus ();
Public Sub New ()
Gilt für:
VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail)
Initialisiert eine neue instance der VideoAnalyzerPrivateEndpointConnectionOperationStatus-Klasse.
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)
Parameter
- name
- String
Vorgangsbezeichner.
- id
- String
Vorgangsressourcen-ID.
- startTime
- String
Startzeit des Vorgangs.
- endTime
- String
Endzeit des Vorgangs.
- status
- String
Vorgangsstatus
- error
- ErrorDetail
Gilt für:
Azure SDK for .NET