Uses of Class
com.azure.resourcemanager.appservice.models.Contact
Packages that use Contact
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 ContactModifier and TypeMethodDescriptionDomainInner.contactAdmin()Get the contactAdmin property: Administrative contact.DomainPatchResourceProperties.contactAdmin()Get the contactAdmin property: Administrative contact.DomainProperties.contactAdmin()Get the contactAdmin property: Administrative contact.DomainInner.contactBilling()Get the contactBilling property: Billing contact.DomainPatchResourceProperties.contactBilling()Get the contactBilling property: Billing contact.DomainProperties.contactBilling()Get the contactBilling property: Billing contact.DomainInner.contactRegistrant()Get the contactRegistrant property: Registrant contact.DomainPatchResourceProperties.contactRegistrant()Get the contactRegistrant property: Registrant contact.DomainProperties.contactRegistrant()Get the contactRegistrant property: Registrant contact.DomainInner.contactTech()Get the contactTech property: Technical contact.DomainPatchResourceProperties.contactTech()Get the contactTech property: Technical contact.DomainProperties.contactTech()Get the contactTech property: Technical contact.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type ContactModifier and TypeMethodDescriptionDomainInner.withContactAdmin(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainPatchResourceProperties.withContactAdmin(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainProperties.withContactAdmin(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainInner.withContactBilling(Contact contactBilling) Set the contactBilling property: Billing contact.DomainPatchResourceProperties.withContactBilling(Contact contactBilling) Set the contactBilling property: Billing contact.DomainProperties.withContactBilling(Contact contactBilling) Set the contactBilling property: Billing contact.DomainInner.withContactRegistrant(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainPatchResourceProperties.withContactRegistrant(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainProperties.withContactRegistrant(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainInner.withContactTech(Contact contactTech) Set the contactTech property: Technical contact.DomainPatchResourceProperties.withContactTech(Contact contactTech) Set the contactTech property: Technical contact.DomainProperties.withContactTech(Contact contactTech) Set the contactTech property: Technical contact. -
Uses of Contact in com.azure.resourcemanager.appservice.models
Subinterfaces with type arguments of type Contact in com.azure.resourcemanager.appservice.modelsClasses in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type ContactModifier and TypeClassDescriptionfinal classContact information for domain registration.Methods in com.azure.resourcemanager.appservice.models that return ContactModifier and TypeMethodDescriptionAppServiceDomain.adminContact()Gets admin contact information.AppServiceDomain.billingContact()Gets billing contact information.DomainContact.DefinitionStages.WithAttach.build()Builds a contact instance.DomainPatchResource.contactAdmin()Get the contactAdmin property: Administrative contact.DomainPatchResource.contactBilling()Get the contactBilling property: Billing contact.DomainPatchResource.contactRegistrant()Get the contactRegistrant property: Registrant contact.DomainPatchResource.contactTech()Get the contactTech property: Technical contact.static ContactContact.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Contact from the JsonReader.AppServiceDomain.registrantContact()Gets registrant contact informationAppServiceDomain.techContact()Gets technical contact informationContact.withAddressMailing(Address addressMailing) Set the addressMailing property: Mailing address.Set the email property: Email address.Set the fax property: Fax number.Contact.withJobTitle(String jobTitle) Set the jobTitle property: Job title.Contact.withNameFirst(String nameFirst) Set the nameFirst property: First name.Contact.withNameLast(String nameLast) Set the nameLast property: Last name.Contact.withNameMiddle(String nameMiddle) Set the nameMiddle property: Middle name.Contact.withOrganization(String organization) Set the organization property: Organization contact belongs to.Set the phone property: Phone number.Methods in com.azure.resourcemanager.appservice.models with parameters of type ContactModifier and TypeMethodDescriptionAppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact) Specify the admin contact.AppServiceDomain.UpdateStages.WithAdminContact.withAdminContact(Contact contact) Specify the admin contact.AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact) Specify the billing contact.AppServiceDomain.UpdateStages.WithBillingContact.withBillingContact(Contact contact) Specify the billing contact.DomainPatchResource.withContactAdmin(Contact contactAdmin) Set the contactAdmin property: Administrative contact.DomainPatchResource.withContactBilling(Contact contactBilling) Set the contactBilling property: Billing contact.DomainPatchResource.withContactRegistrant(Contact contactRegistrant) Set the contactRegistrant property: Registrant contact.DomainPatchResource.withContactTech(Contact contactTech) Set the contactTech property: Technical contact.AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact) Specify the registrant contact.AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact) Specify the tech contact.AppServiceDomain.UpdateStages.WithTechContact.withTechContact(Contact contact) Specify the tech contact.