DomainContact.DefinitionStages.WithAttach<ParentT> Interface
Type Parameters
- ParentT
the return type of attach()
public interface WithAttach extends Attachable.InDefinition,DomainContact.DefinitionStages.WithOrganization,DomainContact.DefinitionStages.WithJobTitle,DomainContact.DefinitionStages.WithFaxNumber
The final stage of the domain contact definition.
At this stage, any remaining optional settings can be specified, or the domain contact definition can be attached to the parent domain definition using attach().
Method Summary
Modifier and Type | Method and Description |
---|---|
Contact | build() |
Inherited Members
Attachable.InDefinition<ParentT>.attach()
DomainContact.DefinitionStages.WithFaxNumber<ParentT>.withFaxNumber(String faxNumber)
DomainContact.DefinitionStages.WithJobTitle<ParentT>.withJobTitle(String jobTitle)
DomainContact.DefinitionStages.WithOrganization<ParentT>.withOrganization(String organziation)
Method Details
build
public Contact build()
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java