azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

33 строки
2.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword"
fullName: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>"
name: "ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>"
nameWithType: "ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>"
summary: "The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate."
syntax: "public static interface **ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>**"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword.withPfxPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>.withPfxPassword(String password)"
name: "withPfxPassword(String password)"
nameWithType: "ApplicationGatewaySslCertificate.DefinitionStages.WithPassword<ParentT>.withPfxPassword(String password)"
summary: "Specifies the password currently used to protect the provided PFX content of the SSL certificate."
modifiers:
- "abstract"
parameters:
- description: "a password"
name: "password"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewaySslCertificate.DefinitionStages.WithAttach<ParentT> withPfxPassword(String password)"
desc: "Specifies the password currently used to protect the provided PFX content of the SSL certificate."
returns:
description: "the next stage of the definition"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.network.ApplicationGatewaySslCertificate.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
typeParameters:
- description: "the stage of the parent application gateway to return to after attaching"
name: "ParentT"
desc: "The stage of an SSL certificate definition allowing to specify the password for the private key (PFX) content of the certificate."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4