MicrosoftGraphOnPremisesProvisioningError Class

Definition

onPremisesProvisioningError

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

Constructors

MicrosoftGraphOnPremisesProvisioningError()

Creates an new MicrosoftGraphOnPremisesProvisioningError instance.

Fields

__additionalProperties

Properties

Category

Category of the provisioning error. Note: Currently, there is only one possible value. Possible value: PropertyConflict

  • indicates a property value is not unique. Other objects contain the same value for the property.
Item[String]
OccurredDateTime

The date and time at which the error occurred.

PropertyCausingError

Name of the directory property causing the error. Current possible values: UserPrincipalName or ProxyAddress

Value

Value of the property causing the error.

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphOnPremisesProvisioningError.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphOnPremisesProvisioningError.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphOnPremisesProvisioningError into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Implicit(MicrosoftGraphOnPremisesProvisioningError to Dictionary<String,Object>)

Explicit Interface Implementations

IAssociativeArray<Object>.AdditionalProperties

Applies to