Uses of Interface
com.azure.resourcemanager.appservice.models.DomainContact.DefinitionStages.WithCity
-
Packages that use DomainContact.DefinitionStages.WithCity Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DomainContact.DefinitionStages.WithCity in com.azure.resourcemanager.appservice.models
Subinterfaces of DomainContact.DefinitionStages.WithCity in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models 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.
-