Share via


IWithRegistrantContact.WithRegistrantContact(Contact) Method

Definition

Specify the registrant contact. By default, this is also the contact for admin, billing, and tech.

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

Parameters

contact
Contact

The registrant contact.

Returns

Applies to