IDefinition<ParentT> 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.
The entirety of a domain contact definition.
public interface IDefinition<ParentT> : Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IBlank<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithAddressLine1<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithAddressLine2<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithCity<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithCountry<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithEmail<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithFaxNumber<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithFirstName<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithJobTitle<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithLastName<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithMiddleName<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithOrganization<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithPhoneCountryCode<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithPhoneNumber<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithPostalCode<ParentT>, Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithStateOrProvince<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>
type IDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithFirstName<'ParentT>
interface IWithMiddleName<'ParentT>
interface IWithLastName<'ParentT>
interface IWithAddressLine1<'ParentT>
interface IWithAddressLine2<'ParentT>
interface IWithCity<'ParentT>
interface IWithStateOrProvince<'ParentT>
interface IWithCountry<'ParentT>
interface IWithPostalCode<'ParentT>
interface IWithEmail<'ParentT>
interface IWithPhoneCountryCode<'ParentT>
interface IWithPhoneNumber<'ParentT>
interface IWithAttach<'ParentT>
interface IInDefinition<'ParentT>
interface IWithOrganization<'ParentT>
interface IWithJobTitle<'ParentT>
interface IWithFaxNumber<'ParentT>
Public Interface IDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAddressLine1(Of ParentT), IWithAddressLine2(Of ParentT), IWithAttach(Of ParentT), IWithCity(Of ParentT), IWithCountry(Of ParentT), IWithEmail(Of ParentT), IWithFaxNumber(Of ParentT), IWithFirstName(Of ParentT), IWithJobTitle(Of ParentT), IWithLastName(Of ParentT), IWithMiddleName(Of ParentT), IWithOrganization(Of ParentT), IWithPhoneCountryCode(Of ParentT), IWithPhoneNumber(Of ParentT), IWithPostalCode(Of ParentT), IWithStateOrProvince(Of ParentT)
Type Parameters
- ParentT
The return type of the final Attachable.attach().
- Implements
-
IBlank<ParentT> IWithAddressLine1<ParentT> IWithAddressLine2<ParentT> IWithAttach<ParentT> IWithCity<ParentT> IWithCountry<ParentT> IWithEmail<ParentT> IWithFaxNumber<ParentT> IWithFirstName<ParentT> IWithJobTitle<ParentT> IWithLastName<ParentT> IWithMiddleName<ParentT> IWithOrganization<ParentT> IWithPhoneCountryCode<ParentT> IWithPhoneNumber<ParentT> IWithPostalCode<ParentT> IWithStateOrProvince<ParentT> IInDefinition<ParentT>
Properties
Build | (Inherited from IWithAttach<ParentT>) |
Methods
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET