@Beta public interface DomainContact extends com.microsoft.azure.management.resources.fluentcore.model.HasInner<Contact>, com.microsoft.azure.management.resources.fluentcore.arm.models.ChildResource<AppServiceDomain>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
DomainContact.Definition<ParentT>
The entirety of a domain contact definition.
|
static interface |
DomainContact.DefinitionStages
Grouping of domain contact stages applicable as part of a domain creation.
|
| Modifier and Type | Method and Description |
|---|---|
Address |
addressMailing() |
String |
email() |
String |
fax() |
String |
firstName() |
String |
jobTitle() |
String |
lastName() |
String |
middleName() |
String |
organization() |
String |
phone() |
innerkeyAddress addressMailing()
String email()
String fax()
String jobTitle()
String firstName()
String lastName()
String middleName()
String organization()
String phone()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/