Uses of Class
com.microsoft.azure.management.appservice.Contact
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of Contact in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionAppServiceDomain.adminContact()
AppServiceDomain.billingContact()
DomainContact.DefinitionStages.WithAttach.build()
DomainPatchResource.contactAdmin()
Get administrative contact.DomainPatchResource.contactBilling()
Get billing contact.DomainPatchResource.contactRegistrant()
Get registrant contact.DomainPatchResource.contactTech()
Get technical contact.AppServiceDomain.registrantContact()
AppServiceDomain.techContact()
Contact.withAddressMailing
(Address addressMailing) Set mailing address.Set email address.Set fax number.Contact.withJobTitle
(String jobTitle) Set job title.Contact.withNameFirst
(String nameFirst) Set first name.Contact.withNameLast
(String nameLast) Set last name.Contact.withNameMiddle
(String nameMiddle) Set middle name.Contact.withOrganization
(String organization) Set organization contact belongs to.Set phone number.Modifier 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 administrative contact.DomainPatchResource.withContactBilling
(Contact contactBilling) Set billing contact.DomainPatchResource.withContactRegistrant
(Contact contactRegistrant) Set registrant contact.DomainPatchResource.withContactTech
(Contact contactTech) Set 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.