azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.n...

33 строки
2.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword"
fullName: "com.azure.resourcemanager.network.models.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.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithPassword.withPfxPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.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: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
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.azure.resourcemanager.network.models.ApplicationGatewaySslCertificate.DefinitionStages.WithAttach?alt=com.azure.resourcemanager.network.models.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.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0