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