Share via


IWithBillingContact.WithBillingContact(Contact) Method

Definition

Specify the billing contact.

public Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate WithBillingContact (Microsoft.Azure.Management.AppService.Fluent.Models.Contact contact);
abstract member WithBillingContact : Microsoft.Azure.Management.AppService.Fluent.Models.Contact -> Microsoft.Azure.Management.AppService.Fluent.AppServiceDomain.Definition.IWithCreate
Public Function WithBillingContact (contact As Contact) As IWithCreate

Parameters

contact
Contact

The billing contact.

Returns

Applies to