Uses of Interface
com.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithAttach
-
Packages that use ApplicationGatewaySslCertificate.DefinitionStages.WithAttach Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ApplicationGatewaySslCertificate.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models
Subinterfaces of ApplicationGatewaySslCertificate.DefinitionStages.WithAttach in com.azure.resourcemanager.network.models Modifier and Type Interface Description static interfaceApplicationGatewaySslCertificate.Definition<ParentT>The entirety of an application gateway SSL certificate definition.Methods in com.azure.resourcemanager.network.models that return ApplicationGatewaySslCertificate.DefinitionStages.WithAttach Modifier and Type Method Description ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT>ApplicationGatewaySslCertificate.DefinitionStages.WithData. withKeyVaultSecretId(String keyVaultSecretId)Sepecifies the content of the private key using key vault.ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT>ApplicationGatewaySslCertificate.DefinitionStages.WithPassword. withPfxPassword(String password)Specifies the password currently used to protect the provided PFX content of the SSL certificate.
-