Share via


IWithAddressLine1<ParentT>.WithAddressLine1(String) Method

Definition

Specifies the 1st line of the address.

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

Parameters

addressLine1
String

The 1st line of the address.

Returns

Applies to