C# Class Microsoft.Azure.Commands.WebApps.Cmdlets.WebApps.NewAzureWebAppSSLBinding

Inheritance: Microsoft.Azure.Commands.WebApps.Models.WebAppBaseClientCmdLet
Mostrar archivo Open project: Azure/azure-powershell

Private Properties

Property Type Description
GenerateCertName string
GenerateCertNamePostFix string

Protected Methods

Method Description
ProcessRecord ( ) : void

Private Methods

Method Description
GenerateCertName ( string thumbPrint, string hostingEnv, string location, string resourceGroupName ) : string
GenerateCertNamePostFix ( string hostingEnv, string location, string resourceGroupName ) : string

Method Details

ProcessRecord() protected method

protected ProcessRecord ( ) : void
return void