다음을 통해 공유


OperationInner 생성자

정의

오버로드

OperationInner()

OperationInner 클래스의 새 instance 초기화합니다.

OperationInner(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>)

OperationInner 클래스의 새 instance 초기화합니다.

OperationInner()

OperationInner 클래스의 새 instance 초기화합니다.

public OperationInner ();
Public Sub New ()

적용 대상

OperationInner(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>)

OperationInner 클래스의 새 instance 초기화합니다.

public OperationInner (string id = default, string name = default, Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus? status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> errors = default, DateTime? createdTime = default, DateTime? modifiedTime = default, DateTime? expirationTime = default, Guid? geoMasterOperationId = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner : string * string * Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.OperationStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.ErrorEntity> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<Guid> -> Microsoft.Azure.Management.AppService.Fluent.Models.OperationInner
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional status As Nullable(Of OperationStatus) = Nothing, Optional errors As IList(Of ErrorEntity) = Nothing, Optional createdTime As Nullable(Of DateTime) = Nothing, Optional modifiedTime As Nullable(Of DateTime) = Nothing, Optional expirationTime As Nullable(Of DateTime) = Nothing, Optional geoMasterOperationId As Nullable(Of Guid) = Nothing)

매개 변수

id
String

작업 ID입니다.

name
String

작업 이름입니다.

status
Nullable<OperationStatus>

작업의 현재 상태. 가능한 값은 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'입니다.

errors
IList<ErrorEntity>

모든 오류는 작업과 연결됩니다.

createdTime
Nullable<DateTime>

작업이 시작된 시간입니다.

modifiedTime
Nullable<DateTime>

작업이 업데이트된 시간입니다.

expirationTime
Nullable<DateTime>

작업이 만료되는 시간입니다.

geoMasterOperationId
Nullable<Guid>

스탬프 작업 ID에만 적용됩니다.

적용 대상