Microsoft.Azure.Commands.ApiManagement.ApiManagementClient.MapHostnameType C# (CSharp) Method

MapHostnameType() private static method

private static MapHostnameType ( PsApiManagementHostnameType hostnameType ) : HostnameType
hostnameType PsApiManagementHostnameType
return HostnameType
        private static HostnameType MapHostnameType(PsApiManagementHostnameType hostnameType)
        {
            return Mapper.Map<PsApiManagementHostnameType, HostnameType>(hostnameType);
        }