Uses of Class
com.azure.resourcemanager.appservice.models.Contact
-
Packages that use Contact Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of Contact in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return Contact Modifier and Type Method Description ContactDomainInner. contactAdmin()Get the contactAdmin property: Administrative contact.ContactDomainPatchResourceProperties. contactAdmin()Get the contactAdmin property: Administrative contact.ContactDomainProperties. contactAdmin()Get the contactAdmin property: Administrative contact.ContactDomainInner. contactBilling()Get the contactBilling property: Billing contact.ContactDomainPatchResourceProperties. contactBilling()Get the contactBilling property: Billing contact.ContactDomainProperties. contactBilling()Get the contactBilling property: Billing contact.ContactDomainInner. contactRegistrant()Get the contactRegistrant property: Registrant contact.ContactDomainPatchResourceProperties. contactRegistrant()Get the contactRegistrant property: Registrant contact.ContactDomainProperties. contactRegistrant()Get the contactRegistrant property: Registrant contact.ContactDomainInner. contactTech()Get the contactTech property: Technical contact.ContactDomainPatchResourceProperties. contactTech()Get the contactTech property: Technical contact.ContactDomainProperties. contactTech()Get the contactTech property: Technical contact.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type Contact Modifier and Type Method Description DomainInnerDomainInner. withContactAdmin(Contact contactAdmin)Set the contactAdmin property: Administrative contact.DomainPatchResourcePropertiesDomainPatchResourceProperties. withContactAdmin(Contact contactAdmin)Set the contactAdmin property: Administrative contact.DomainPropertiesDomainProperties. withContactAdmin(Contact contactAdmin)Set the contactAdmin property: Administrative contact.DomainInnerDomainInner. withContactBilling(Contact contactBilling)Set the contactBilling property: Billing contact.DomainPatchResourcePropertiesDomainPatchResourceProperties. withContactBilling(Contact contactBilling)Set the contactBilling property: Billing contact.DomainPropertiesDomainProperties. withContactBilling(Contact contactBilling)Set the contactBilling property: Billing contact.DomainInnerDomainInner. withContactRegistrant(Contact contactRegistrant)Set the contactRegistrant property: Registrant contact.DomainPatchResourcePropertiesDomainPatchResourceProperties. withContactRegistrant(Contact contactRegistrant)Set the contactRegistrant property: Registrant contact.DomainPropertiesDomainProperties. withContactRegistrant(Contact contactRegistrant)Set the contactRegistrant property: Registrant contact.DomainInnerDomainInner. withContactTech(Contact contactTech)Set the contactTech property: Technical contact.DomainPatchResourcePropertiesDomainPatchResourceProperties. withContactTech(Contact contactTech)Set the contactTech property: Technical contact.DomainPropertiesDomainProperties. withContactTech(Contact contactTech)Set the contactTech property: Technical contact. -
Uses of Contact in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return Contact Modifier and Type Method Description ContactAppServiceDomain. adminContact()ContactAppServiceDomain. billingContact()ContactDomainContact.DefinitionStages.WithAttach. build()ContactDomainPatchResource. contactAdmin()Get the contactAdmin property: Administrative contact.ContactDomainPatchResource. contactBilling()Get the contactBilling property: Billing contact.ContactDomainPatchResource. contactRegistrant()Get the contactRegistrant property: Registrant contact.ContactDomainPatchResource. contactTech()Get the contactTech property: Technical contact.ContactAppServiceDomain. registrantContact()ContactAppServiceDomain. techContact()ContactContact. withAddressMailing(Address addressMailing)Set the addressMailing property: Mailing address.ContactContact. withEmail(String email)Set the email property: Email address.ContactContact. withFax(String fax)Set the fax property: Fax number.ContactContact. withJobTitle(String jobTitle)Set the jobTitle property: Job title.ContactContact. withNameFirst(String nameFirst)Set the nameFirst property: First name.ContactContact. withNameLast(String nameLast)Set the nameLast property: Last name.ContactContact. withNameMiddle(String nameMiddle)Set the nameMiddle property: Middle name.ContactContact. withOrganization(String organization)Set the organization property: Organization contact belongs to.ContactContact. withPhone(String phone)Set the phone property: Phone number.Methods in com.azure.resourcemanager.appservice.models with parameters of type Contact Modifier and Type Method Description AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithAdminContact. withAdminContact(Contact contact)Specify the admin contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithAdminContact. withAdminContact(Contact contact)Specify the admin contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithBillingContact. withBillingContact(Contact contact)Specify the billing contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithBillingContact. withBillingContact(Contact contact)Specify the billing contact.DomainPatchResourceDomainPatchResource. withContactAdmin(Contact contactAdmin)Set the contactAdmin property: Administrative contact.DomainPatchResourceDomainPatchResource. withContactBilling(Contact contactBilling)Set the contactBilling property: Billing contact.DomainPatchResourceDomainPatchResource. withContactRegistrant(Contact contactRegistrant)Set the contactRegistrant property: Registrant contact.DomainPatchResourceDomainPatchResource. withContactTech(Contact contactTech)Set the contactTech property: Technical contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithRegistrantContact. withRegistrantContact(Contact contact)Specify the registrant contact.AppServiceDomain.DefinitionStages.WithCreateAppServiceDomain.DefinitionStages.WithTechContact. withTechContact(Contact contact)Specify the tech contact.AppServiceDomain.UpdateAppServiceDomain.UpdateStages.WithTechContact. withTechContact(Contact contact)Specify the tech contact.
-