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

46 строки
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate"
fullName: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate"
name: "ApplicationGateway.UpdateStages.WithAuthenticationCertificate"
nameWithType: "ApplicationGateway.UpdateStages.WithAuthenticationCertificate"
summary: "The stage of an application gateway update allowing to manage authentication certificates for the backends to use."
syntax: "public static interface **ApplicationGateway.UpdateStages.WithAuthenticationCertificate**"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate.defineAuthenticationCertificate(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate.defineAuthenticationCertificate(String name)"
name: "defineAuthenticationCertificate(String name)"
nameWithType: "ApplicationGateway.UpdateStages.WithAuthenticationCertificate.defineAuthenticationCertificate(String name)"
summary: "Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends."
modifiers:
- "abstract"
parameters:
- description: "a unique name for the certificate"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank<ApplicationGateway.Update> defineAuthenticationCertificate(String name)"
desc: "Begins the definition of a new application gateway authentication certificate to be attached to the gateway for use by the backends."
returns:
description: "the first stage of the certificate definition"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank?alt=com.microsoft.azure.management.network.ApplicationGatewayAuthenticationCertificate.UpdateDefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.network.ApplicationGateway.Update?alt=com.microsoft.azure.management.network.ApplicationGateway.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGateway.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name)"
name: "withoutAuthenticationCertificate(String name)"
nameWithType: "ApplicationGateway.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name)"
summary: "Removes an existing application gateway authentication certificate."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing certificate"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGateway.Update withoutAuthenticationCertificate(String name)"
desc: "Removes an existing application gateway authentication certificate."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGateway.Update?alt=com.microsoft.azure.management.network.ApplicationGateway.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of an application gateway update allowing to manage authentication certificates for the backends to use."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4