次の方法で共有


VideoAnalyzerPrivateEndpointConnectionOperationStatus コンストラクター

定義

オーバーロード

VideoAnalyzerPrivateEndpointConnectionOperationStatus()

VideoAnalyzerPrivateEndpointConnectionOperationStatus クラスの新しいインスタンスを初期化します。

VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail)

VideoAnalyzerPrivateEndpointConnectionOperationStatus クラスの新しいインスタンスを初期化します。

VideoAnalyzerPrivateEndpointConnectionOperationStatus()

VideoAnalyzerPrivateEndpointConnectionOperationStatus クラスの新しいインスタンスを初期化します。

public VideoAnalyzerPrivateEndpointConnectionOperationStatus ();
Public Sub New ()

適用対象

VideoAnalyzerPrivateEndpointConnectionOperationStatus(String, String, String, String, String, ErrorDetail)

VideoAnalyzerPrivateEndpointConnectionOperationStatus クラスの新しいインスタンスを初期化します。

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)

パラメーター

name
String

操作識別子。

id
String

操作リソース ID。

startTime
String

操作の開始時刻。

endTime
String

操作の終了時刻。

status
String

操作の状態。

error
ErrorDetail

適用対象