Share via


IWithPhoneCountryCode<ParentT>.WithPhoneCountryCode Method

Definition

Specifies the country code of the phone number.

public Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithPhoneNumber<ParentT> WithPhoneCountryCode (Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryPhoneCode code);
abstract member WithPhoneCountryCode : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryPhoneCode -> Microsoft.Azure.Management.AppService.Fluent.DomainContact.Definition.IWithPhoneNumber<'ParentT>
Public Function WithPhoneCountryCode (code As CountryPhoneCode) As IWithPhoneNumber(Of ParentT)

Parameters

code
CountryPhoneCode

The country code.

Returns

Applies to