Uses of Interface
com.microsoft.azure.management.appservice.DomainContact.DefinitionStages.WithCity
-
-
Uses of DomainContact.DefinitionStages.WithCity in com.microsoft.azure.management.appservice
Subinterfaces of DomainContact.DefinitionStages.WithCity in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceDomainContact.Definition<ParentT>The entirety of a domain contact definition.static interfaceDomainContact.DefinitionStages.WithAddressLine2<ParentT>The stage of contact definition allowing 2nd line of address to be set.Methods in com.microsoft.azure.management.appservice that return DomainContact.DefinitionStages.WithCity Modifier and Type Method Description DomainContact.DefinitionStages.WithCity<ParentT>DomainContact.DefinitionStages.WithAddressLine2. withAddressLine2(String addressLine2)Specifies the 2nd line of the address.
-