MicrosoftGraphDomainState Class

Definition

domainState

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphDomainStateTypeConverter))]
public class MicrosoftGraphDomainState : Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDomainState, Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Runtime.IAssociativeArray<object>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.MicrosoftGraphDomainStateTypeConverter))>]
type MicrosoftGraphDomainState = class
    interface IMicrosoftGraphDomainState
    interface IJsonSerializable
    interface IAssociativeArray<obj>
Public Class MicrosoftGraphDomainState
Implements IAssociativeArray(Of Object), IMicrosoftGraphDomainState
Inheritance
MicrosoftGraphDomainState
Attributes
Implements

Constructors

MicrosoftGraphDomainState()

Creates an new MicrosoftGraphDomainState instance.

Fields

__additionalProperties

Properties

Item[String]
LastActionDateTime

Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes.

Operation

Type of asynchronous operation. The values can be ForceDelete or Verification

Status

Current status of the operation. Scheduled - Operation has been scheduled but has not started. InProgress - Task has started and is in progress. Failed - Operation has failed.

Methods

Add(String, Object)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of MicrosoftGraphDomainState.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphDomainState.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Resources.MSGraph.Models.ApiV10.IMicrosoftGraphDomainState.

FromJsonString(String)

Creates a new instance of MicrosoftGraphDomainState, deserializing the content from a json string.

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphDomainState into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphDomainState to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to