-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.yml
108 lines (108 loc) · 10.2 KB
/
com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate"
name: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate"
summary: "The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate."
syntax: "public static interface **ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate**"
methods:
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificate(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificate(String name)"
name: "withAuthenticationCertificate(String name)"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificate(String name)"
summary: "Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing authentication certificate"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withAuthenticationCertificate(String name)"
desc: "Associates the specified authentication certificate that exists on this application gateway with this backend HTTP confifuration.\n\nMultiple calls to this method will add additional certificate references."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(String base64Data)"
name: "withAuthenticationCertificateFromBase64(String base64Data)"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBase64(String base64Data)"
summary: "Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file."
modifiers:
- "abstract"
parameters:
- description: "the base-64 encoded data of an X.509 certificate"
name: "base64Data"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withAuthenticationCertificateFromBase64(String base64Data)"
desc: "Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file.\n\nMultiple calls to this method will add additional certificate references."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[])"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[] derData)"
name: "withAuthenticationCertificateFromBytes(byte[] derData)"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromBytes(byte[] derData)"
summary: "Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data."
modifiers:
- "abstract"
parameters:
- description: "the DER-encoded data of an X.509 certificate"
name: "derData"
type: "<xref href=\"byte?alt=byte&text=byte\" data-throw-if-not-resolved=\"False\" />[]"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withAuthenticationCertificateFromBytes(byte[] derData)"
desc: "Associates a new, automatically named certificate with this HTTP backend configuration based on the specified data.\n\nMultiple calls to this method will add additional certificate references."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(java.io.File)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(File certificateFile)"
name: "withAuthenticationCertificateFromFile(File certificateFile)"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withAuthenticationCertificateFromFile(File certificateFile)"
summary: "Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file."
modifiers:
- "abstract"
parameters:
- description: "a file containing the DER representation of an X.509 certificate"
name: "certificateFile"
type: "<xref href=\"java.io.File?alt=java.io.File&text=File\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withAuthenticationCertificateFromFile(File certificateFile)"
exceptions:
- description: "when there are issues reading the specified file"
type: "<xref href=\"java.io.IOException?alt=java.io.IOException&text=IOException\" data-throw-if-not-resolved=\"False\" />"
desc: "Associates a new, automatically named certificate with this HTTP backend configuration loaded from the specified file."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(java.lang.String)"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name)"
name: "withoutAuthenticationCertificate(String name)"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificate(String name)"
summary: "Removes the reference to the specified authentication certificate from this HTTP backend configuration."
modifiers:
- "abstract"
parameters:
- description: "the name of an existing authentication certificate associated with this HTTP backend configuration"
name: "name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withoutAuthenticationCertificate(String name)"
desc: "Removes the reference to the specified authentication certificate from this HTTP backend configuration.\n\nNote the certificate will remain associated with the application gateway until removed from it explicitly."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificates()"
fullName: "com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificates()"
name: "withoutAuthenticationCertificates()"
nameWithType: "ApplicationGatewayBackendHttpConfiguration.UpdateStages.WithAuthenticationCertificate.withoutAuthenticationCertificates()"
summary: "Removes all references to any authentication certificates."
modifiers:
- "abstract"
syntax: "public abstract ApplicationGatewayBackendHttpConfiguration.Update withoutAuthenticationCertificates()"
desc: "Removes all references to any authentication certificates."
returns:
description: "the next stage of the update"
type: "<xref href=\"com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update?alt=com.microsoft.azure.management.network.ApplicationGatewayBackendHttpConfiguration.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "The stage of an application gateway backend HTTP configuration allowing to add an authentication certificate."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4