| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
DomainPatchResourceProperties.contactAdmin()
Get the contactAdmin property: Administrative contact.
|
Contact |
DomainInner.contactAdmin()
Get the contactAdmin property: Administrative contact.
|
Contact |
DomainProperties.contactAdmin()
Get the contactAdmin property: Administrative contact.
|
Contact |
DomainPatchResourceProperties.contactBilling()
Get the contactBilling property: Billing contact.
|
Contact |
DomainInner.contactBilling()
Get the contactBilling property: Billing contact.
|
Contact |
DomainProperties.contactBilling()
Get the contactBilling property: Billing contact.
|
Contact |
DomainPatchResourceProperties.contactRegistrant()
Get the contactRegistrant property: Registrant contact.
|
Contact |
DomainInner.contactRegistrant()
Get the contactRegistrant property: Registrant contact.
|
Contact |
DomainProperties.contactRegistrant()
Get the contactRegistrant property: Registrant contact.
|
Contact |
DomainPatchResourceProperties.contactTech()
Get the contactTech property: Technical contact.
|
Contact |
DomainInner.contactTech()
Get the contactTech property: Technical contact.
|
Contact |
DomainProperties.contactTech()
Get the contactTech property: Technical contact.
|
| Modifier and Type | Method and Description |
|---|---|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainInner |
DomainInner.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainProperties |
DomainProperties.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainInner |
DomainInner.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainProperties |
DomainProperties.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainInner |
DomainInner.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainProperties |
DomainProperties.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainPatchResourceProperties |
DomainPatchResourceProperties.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
DomainInner |
DomainInner.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
DomainProperties |
DomainProperties.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
AppServiceDomain.adminContact() |
Contact |
AppServiceDomain.billingContact() |
Contact |
DomainContact.DefinitionStages.WithAttach.build() |
Contact |
DomainPatchResource.contactAdmin()
Get the contactAdmin property: Administrative contact.
|
Contact |
DomainPatchResource.contactBilling()
Get the contactBilling property: Billing contact.
|
Contact |
DomainPatchResource.contactRegistrant()
Get the contactRegistrant property: Registrant contact.
|
Contact |
DomainPatchResource.contactTech()
Get the contactTech property: Technical contact.
|
Contact |
AppServiceDomain.registrantContact() |
Contact |
AppServiceDomain.techContact() |
Contact |
Contact.withAddressMailing(Address addressMailing)
Set the addressMailing property: Mailing address.
|
Contact |
Contact.withEmail(String email)
Set the email property: Email address.
|
Contact |
Contact.withFax(String fax)
Set the fax property: Fax number.
|
Contact |
Contact.withJobTitle(String jobTitle)
Set the jobTitle property: Job title.
|
Contact |
Contact.withNameFirst(String nameFirst)
Set the nameFirst property: First name.
|
Contact |
Contact.withNameLast(String nameLast)
Set the nameLast property: Last name.
|
Contact |
Contact.withNameMiddle(String nameMiddle)
Set the nameMiddle property: Middle name.
|
Contact |
Contact.withOrganization(String organization)
Set the organization property: Organization contact belongs to.
|
Contact |
Contact.withPhone(String phone)
Set the phone property: Phone number.
|
| Modifier and Type | Method and Description |
|---|---|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithAdminContact.withAdminContact(Contact contact)
Specify the admin contact.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithAdminContact.withAdminContact(Contact contact)
Specify the admin contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithBillingContact.withBillingContact(Contact contact)
Specify the billing contact.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithBillingContact.withBillingContact(Contact contact)
Specify the billing contact.
|
DomainPatchResource |
DomainPatchResource.withContactAdmin(Contact contactAdmin)
Set the contactAdmin property: Administrative contact.
|
DomainPatchResource |
DomainPatchResource.withContactBilling(Contact contactBilling)
Set the contactBilling property: Billing contact.
|
DomainPatchResource |
DomainPatchResource.withContactRegistrant(Contact contactRegistrant)
Set the contactRegistrant property: Registrant contact.
|
DomainPatchResource |
DomainPatchResource.withContactTech(Contact contactTech)
Set the contactTech property: Technical contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithRegistrantContact.withRegistrantContact(Contact contact)
Specify the registrant contact.
|
AppServiceDomain.DefinitionStages.WithCreate |
AppServiceDomain.DefinitionStages.WithTechContact.withTechContact(Contact contact)
Specify the tech contact.
|
AppServiceDomain.Update |
AppServiceDomain.UpdateStages.WithTechContact.withTechContact(Contact contact)
Specify the tech contact.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.