IWithAddressLine1<ParentT>.WithAddressLine1(String) Method
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.
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.