Interface DomainContact.DefinitionStages.WithAddressLine2<ParentT>
-
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching
- All Superinterfaces:
DomainContact.DefinitionStages.WithCity<ParentT>
- All Known Subinterfaces:
DomainContact.Definition<ParentT>
- Enclosing interface:
- DomainContact.DefinitionStages
public static interface DomainContact.DefinitionStages.WithAddressLine2<ParentT> extends DomainContact.DefinitionStages.WithCity<ParentT>
The stage of contact definition allowing 2nd line of address to be set.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DomainContact.DefinitionStages.WithCity<ParentT>withAddressLine2(String addressLine2)Specifies the 2nd line of the address.-
Methods inherited from interface com.azure.resourcemanager.appservice.models.DomainContact.DefinitionStages.WithCity
withCity
-
-
-
-
Method Detail
-
withAddressLine2
DomainContact.DefinitionStages.WithCity<ParentT> withAddressLine2(String addressLine2)
Specifies the 2nd line of the address.- Parameters:
addressLine2- the 2nd line of the address- Returns:
- the next stage of the definition
-
-