IWithRegistrantContact.WithRegistrantContact(Contact) Method
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.
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.