I added SSL certifcate using the below:-
New-AzureRmWebAppSSLBinding -WebAppName $app.SiteName -Thumbprint $new_thumbprint -Name $ssl_binding.Name -ResourceGroupName $app.ResourceGroup
but i was wondering if:-
Is it possible to update SSL configuration using powershell

What I am trying to do is:-
1) Change 'https only' to 'ON'
2) Minimum TLS version to '1.2'
using PS