你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MicrosoftGraphOperation Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphOperation
- com.
- com.
public class MicrosoftGraphOperation
extends MicrosoftGraphEntity
operation.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphOperation() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
createdDateTime()
Get the created |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Offset |
lastActionDateTime()
Get the last |
Microsoft |
status()
Get the status property: operation |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withCreatedDateTime(OffsetDateTime createdDateTime)
Set the created |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Microsoft |
withLastActionDateTime(OffsetDateTime lastActionDateTime)
Set the last |
Microsoft |
withStatus(MicrosoftGraphOperationStatus status)
Set the status property: operation |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphOperation
public MicrosoftGraphOperation()
Creates an instance of MicrosoftGraphOperation class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: operation.
Overrides:
MicrosoftGraphOperation.additionalProperties()Returns:
createdDateTime
public OffsetDateTime createdDateTime()
Get the createdDateTime property: The start time of the operation.
Returns:
fromJson
public static MicrosoftGraphOperation fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphOperation from the JsonReader.
Parameters:
Returns:
Throws:
lastActionDateTime
public OffsetDateTime lastActionDateTime()
Get the lastActionDateTime property: The time of the last action of the operation.
Returns:
status
public MicrosoftGraphOperationStatus status()
Get the status property: operationStatus.
Returns:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphOperation.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphOperation.validate()withAdditionalProperties
public MicrosoftGraphOperation withAdditionalProperties(Map
Set the additionalProperties property: operation.
Overrides:
MicrosoftGraphOperation.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withCreatedDateTime
public MicrosoftGraphOperation withCreatedDateTime(OffsetDateTime createdDateTime)
Set the createdDateTime property: The start time of the operation.
Parameters:
Returns:
withId
public MicrosoftGraphOperation withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphOperation.withId(String id)Parameters:
withLastActionDateTime
public MicrosoftGraphOperation withLastActionDateTime(OffsetDateTime lastActionDateTime)
Set the lastActionDateTime property: The time of the last action of the operation.
Parameters:
Returns:
withStatus
public MicrosoftGraphOperation withStatus(MicrosoftGraphOperationStatus status)
Set the status property: operationStatus.
Parameters:
Returns: