Interface DomainContact.DefinitionStages.WithMiddleName<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching
- All Superinterfaces:
DomainContact.DefinitionStages.WithLastName<ParentT>
- All Known Subinterfaces:
DomainContact.Definition<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithMiddleName<ParentT>
extends DomainContact.DefinitionStages.WithLastName<ParentT>
The stage of contact definition allowing middle name to be set.
-
Method Summary
Methods inherited from interface com.microsoft.azure.management.appservice.DomainContact.DefinitionStages.WithLastName
withLastName
-
Method Details
-
withMiddleName
Specifies the middle name.- Parameters:
middleName
- the middle name- Returns:
- the next stage of the definition
-