MicrosoftgraphphysicalOfficeAddress Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
MicrosoftgraphphysicalOfficeAddress() | |
MicrosoftgraphphysicalOfficeAddress(IDictionary<String,Object>, String, String, String, String, String, String) |
MicrosoftgraphphysicalOfficeAddress()
public MicrosoftgraphphysicalOfficeAddress ();
Public Sub New ()
Applies to
MicrosoftgraphphysicalOfficeAddress(IDictionary<String,Object>, String, String, String, String, String, String)
public MicrosoftgraphphysicalOfficeAddress (System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string city = default, string countryOrRegion = default, string officeLocation = default, string postalCode = default, string state = default, string street = default);
new Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphphysicalOfficeAddress : System.Collections.Generic.IDictionary<string, obj> * string * string * string * string * string * string -> Microsoft.Azure.Commands.Common.MSGraph.Version1_0.Identity.DirectoryManagement.Models.MicrosoftgraphphysicalOfficeAddress
Public Sub New (Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional city As String = Nothing, Optional countryOrRegion As String = Nothing, Optional officeLocation As String = Nothing, Optional postalCode As String = Nothing, Optional state As String = Nothing, Optional street As String = Nothing)
Parameters
- additionalProperties
- IDictionary<String,Object>
- city
- String
- countryOrRegion
- String
- officeLocation
- String
- postalCode
- String
- state
- String
- street
- String