| Modifier and Type | Method and Description |
|---|---|
Contact |
AppServiceDomain.adminContact() |
Contact |
AppServiceDomain.billingContact() |
Contact |
DomainContact.DefinitionStages.WithAttach.build() |
Contact |
AppServiceDomain.registrantContact() |
Contact |
AppServiceDomain.techContact() |
Contact |
Contact.withAddressMailing(Address addressMailing)
Set the addressMailing value.
|
Contact |
Contact.withEmail(String email)
Set the email value.
|
Contact |
Contact.withFax(String fax)
Set the fax value.
|
Contact |
Contact.withJobTitle(String jobTitle)
Set the jobTitle value.
|
Contact |
Contact.withNameFirst(String nameFirst)
Set the nameFirst value.
|
Contact |
Contact.withNameLast(String nameLast)
Set the nameLast value.
|
Contact |
Contact.withNameMiddle(String nameMiddle)
Set the nameMiddle value.
|
Contact |
Contact.withOrganization(String organization)
Set the organization value.
|
Contact |
Contact.withPhone(String phone)
Set the phone value.
|
| 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.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/