Share via


IWithAddressLine2<ParentT>.WithAddressLine2(String) Method

Definition

Specifies the 2nd line of the address.

public Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithCity<ParentT> WithAddressLine2 (string addressLine2);
abstract member WithAddressLine2 : string -> Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithCity<'ParentT>
Public Function WithAddressLine2 (addressLine2 As String) As IWithCity(Of ParentT)

Parameters

addressLine2
String

The 2nd line of the address.

Returns

Applies to