IDomainContact Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A domain contact definition.
public interface IDomainContact : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IChildResource<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.AppService.Fluent.Models.Contact>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasParent<Microsoft.Azure.Management.AppService.Fluent.IAppServiceDomain>
type IDomainContact = interface
interface IBeta
interface IHasInner<Contact>
interface IChildResource<IAppServiceDomain>
interface IHasName
interface IIndexable
interface IHasParent<IAppServiceDomain>
Public Interface IDomainContact
Implements IBeta, IChildResource(Of IAppServiceDomain), IHasInner(Of Contact), IHasParent(Of IAppServiceDomain)
- Implements
Properties
AddressMailing |
Gets contact's mailing address. |
Gets contact's email address. |
|
Fax |
Gets contact's fax number. |
FirstName |
Gets contact's first name. |
Inner | (Inherited from IHasInner<T>) |
JobTitle |
Gets contact's job title. |
Key | (Inherited from IIndexable) |
LastName |
Gets contact's last name. |
MiddleName |
Gets contact's middle name. |
Name |
Gets the name of the resource (Inherited from IHasName) |
Organization |
Gets contact's organization. |
Parent |
Gets the parent of this child resource. (Inherited from IHasParent<ParentT>) |
Phone |
Gets contact's phone number. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET