ArmSiteManagerModelFactory.EdgeSiteAddressProperties Method

Definition

public static Azure.ResourceManager.SiteManager.Models.EdgeSiteAddressProperties EdgeSiteAddressProperties(string streetAddress1 = default, string streetAddress2 = default, string city = default, string stateOrProvince = default, string country = default, string postalCode = default);
static member EdgeSiteAddressProperties : string * string * string * string * string * string -> Azure.ResourceManager.SiteManager.Models.EdgeSiteAddressProperties
Public Shared Function EdgeSiteAddressProperties (Optional streetAddress1 As String = Nothing, Optional streetAddress2 As String = Nothing, Optional city As String = Nothing, Optional stateOrProvince As String = Nothing, Optional country As String = Nothing, Optional postalCode As String = Nothing) As EdgeSiteAddressProperties

Parameters

streetAddress1
String

First line of the street address.

streetAddress2
String

Second line of the street address.

city
String

City of the address.

stateOrProvince
String

State or province of the address.

country
String

Country of the address.

postalCode
String

Postal or ZIP code of the address.

Returns

A new EdgeSiteAddressProperties instance for mocking.

Applies to