Compartilhar via


MicrosoftGraphPhysicalOfficeAddress Class

Definition

physicalOfficeAddress

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

Constructors

Name Description
MicrosoftGraphPhysicalOfficeAddress()

Creates an new MicrosoftGraphPhysicalOfficeAddress instance.

Fields

Name Description
__additionalProperties

Properties

Name Description
City

The city.

CountryOrRegion

The country or region. It's a free-format string value, for example, 'United States'.

Item[String]
OfficeLocation

Office ___location such as building and office number for an organizational contact.

PostalCode

The postal code.

State

The state.

Street

The street.

Methods

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

Deserializes a IDictionary into an instance of MicrosoftGraphPhysicalOfficeAddress.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MicrosoftGraphPhysicalOfficeAddress.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of MicrosoftGraphPhysicalOfficeAddress into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, Object)

Operators

Name Description
Implicit(MicrosoftGraphPhysicalOfficeAddress to Dictionary<String,Object>)

Explicit Interface Implementations

Name Description
IAssociativeArray<Object>.AdditionalProperties

Applies to