IWithPhoneCountryCode<ParentT>.WithPhoneCountryCode 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.
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.