AppServiceDomain.DefinitionStages.WithBillingContact Interface
public interface WithBillingContact
A domain definition allowing billing contact to be set.
Method Summary
Modifier and Type | Method and Description |
---|---|
App |
withBillingContact(Contact contact)
Specify the billing contact. |
Method Details
withBillingContact
public WithCreate withBillingContact(Contact contact)
Specify the billing contact.
Parameters:
contact
- the billing contact
Returns:
the next stage of domain definition
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java