IWithLastName<ParentT>.WithLastName(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 last name.
public Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithEmail<ParentT> WithLastName (string lastName);
abstract member WithLastName : string -> Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithEmail<'ParentT>
Public Function WithLastName (lastName As String) As IWithEmail(Of ParentT)
Parameters
- lastName
- String
The last name.