OperationInner Constructors
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
OperationInner() |
Initialiseert een nieuw exemplaar van de klasse OperationInner. |
OperationInner(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>) |
Initialiseert een nieuw exemplaar van de klasse OperationInner. |
OperationInner()
Initialiseert een nieuw exemplaar van de klasse OperationInner.
public OperationInner ();
Public Sub New ()
Van toepassing op
OperationInner(String, String, Nullable<OperationStatus>, IList<ErrorEntity>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Guid>)
Initialiseert een nieuw exemplaar van de klasse OperationInner.
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)
Parameters
- id
- String
Bewerkings-id.
- name
- String
naam van bewerking.
- status
- Nullable<OperationStatus>
De huidige status van de bewerking. Mogelijke waarden zijn: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created'
- errors
- IList<ErrorEntity>
Eventuele fouten die aan de bewerking zijn gekoppeld.
Van toepassing op
Azure SDK for .NET