Interface DomainContact.DefinitionStages.WithCountry<ParentT>

Type Parameters:
ParentT - the stage of the parent definition to return to after attaching
All Known Subinterfaces:
DomainContact.Definition<ParentT>
Enclosing interface:
DomainContact.DefinitionStages

public static interface DomainContact.DefinitionStages.WithCountry<ParentT>
The stage of contact definition allowing country to be set.
  • Method Details

    • withCountry

      DomainContact.DefinitionStages.WithPostalCode<ParentT> withCountry(com.azure.resourcemanager.resources.fluentcore.arm.CountryIsoCode country)
      Specifies the country of the address.
      Parameters:
      country - the country of the address
      Returns:
      the next stage of the definition