-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.cdn.CdnEndpoint.yml
409 lines (409 loc) · 28.3 KB
/
com.microsoft.azure.management.cdn.CdnEndpoint.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.CdnEndpoint"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint"
name: "CdnEndpoint"
nameWithType: "CdnEndpoint"
summary: "An immutable client-side representation of an Azure CDN endpoint."
syntax: "public interface **CdnEndpoint**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint?alt=com.microsoft.azure.management.cdn.CdnEndpoint&text=CdnEndpoint\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.implementation.EndpointInner?alt=com.microsoft.azure.management.cdn.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />>"
methods:
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.contentTypesToCompress()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.contentTypesToCompress()"
name: "contentTypesToCompress()"
nameWithType: "CdnEndpoint.contentTypesToCompress()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> contentTypesToCompress()"
returns:
description: "content types to be compressed"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.customDomains()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.customDomains()"
name: "customDomains()"
nameWithType: "CdnEndpoint.customDomains()"
modifiers:
- "abstract"
syntax: "public abstract Set<String> customDomains()"
returns:
description: "custom domains associated with this endpoint"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.geoFilters()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.geoFilters()"
name: "geoFilters()"
nameWithType: "CdnEndpoint.geoFilters()"
modifiers:
- "abstract"
syntax: "public abstract List<GeoFilter> geoFilters()"
returns:
description: "list of Geo filters"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.GeoFilter?alt=com.microsoft.azure.management.cdn.GeoFilter&text=GeoFilter\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.hostName()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.hostName()"
name: "hostName()"
nameWithType: "CdnEndpoint.hostName()"
modifiers:
- "abstract"
syntax: "public abstract String hostName()"
returns:
description: "endpoint host name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.httpPort()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.httpPort()"
name: "httpPort()"
nameWithType: "CdnEndpoint.httpPort()"
modifiers:
- "abstract"
syntax: "public abstract int httpPort()"
returns:
description: "HTTP port value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.httpsPort()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.httpsPort()"
name: "httpsPort()"
nameWithType: "CdnEndpoint.httpsPort()"
modifiers:
- "abstract"
syntax: "public abstract int httpsPort()"
returns:
description: "HTTPS port value"
type: "<xref href=\"int?alt=int&text=int\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isCompressionEnabled()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isCompressionEnabled()"
name: "isCompressionEnabled()"
nameWithType: "CdnEndpoint.isCompressionEnabled()"
modifiers:
- "abstract"
syntax: "public abstract boolean isCompressionEnabled()"
returns:
description: "true if content compression is enabled, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpAllowed()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpAllowed()"
name: "isHttpAllowed()"
nameWithType: "CdnEndpoint.isHttpAllowed()"
modifiers:
- "abstract"
syntax: "public abstract boolean isHttpAllowed()"
returns:
description: "true if HTTP traffic is allowed, otherwise false."
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpsAllowed()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.isHttpsAllowed()"
name: "isHttpsAllowed()"
nameWithType: "CdnEndpoint.isHttpsAllowed()"
modifiers:
- "abstract"
syntax: "public abstract boolean isHttpsAllowed()"
returns:
description: "true if HTTPS traffic is allowed, otherwise false"
type: "<xref href=\"boolean?alt=boolean&text=boolean\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.listResourceUsage()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.listResourceUsage()"
name: "listResourceUsage()"
nameWithType: "CdnEndpoint.listResourceUsage()"
summary: "Checks the quota and usage of geo filters and custom domains under the current endpoint."
modifiers:
- "abstract"
syntax: "public abstract PagedList<ResourceUsage> listResourceUsage()"
desc: "Checks the quota and usage of geo filters and custom domains under the current endpoint."
returns:
description: "list of quotas and usages of geo filters and custom domains under the current endpoint"
type: "<xref href=\"com.microsoft.azure.PagedList?alt=com.microsoft.azure.PagedList&text=PagedList\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.ResourceUsage?alt=com.microsoft.azure.management.cdn.ResourceUsage&text=ResourceUsage\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContent(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContent(Set<String> contentPaths)"
name: "loadContent(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.loadContent(Set<String> contentPaths)"
summary: "Forcibly preloads the content of the CDN endpoint."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract void loadContent(Set<String> contentPaths)"
desc: "Forcibly preloads the content of the CDN endpoint.\n\nNote: this is supported for Verizon profiles only."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(Set<String> contentPaths)"
name: "loadContentAsync(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.loadContentAsync(Set<String> contentPaths)"
summary: "Forcibly preloads the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract Completable loadContentAsync(Set<String> contentPaths)"
desc: "Forcibly preloads the content of the CDN endpoint asynchronously.\n\nNote: this is supported for Verizon profiles only."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly preloads the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the file paths to the content to be loaded"
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract ServiceFuture<Void> loadContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly preloads the content of the CDN endpoint asynchronously.\n\nNote: this is supported for Verizon profiles only."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.optimizationType()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.optimizationType()"
name: "optimizationType()"
nameWithType: "CdnEndpoint.optimizationType()"
modifiers:
- "abstract"
syntax: "public abstract String optimizationType()"
returns:
description: "optimization type"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostHeader()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostHeader()"
name: "originHostHeader()"
nameWithType: "CdnEndpoint.originHostHeader()"
modifiers:
- "abstract"
syntax: "public abstract String originHostHeader()"
returns:
description: "origin host header"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostName()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originHostName()"
name: "originHostName()"
nameWithType: "CdnEndpoint.originHostName()"
modifiers:
- "abstract"
syntax: "public abstract String originHostName()"
returns:
description: "origin host name"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.originPath()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.originPath()"
name: "originPath()"
nameWithType: "CdnEndpoint.originPath()"
modifiers:
- "abstract"
syntax: "public abstract String originPath()"
returns:
description: "origin path"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.provisioningState()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.provisioningState()"
name: "provisioningState()"
nameWithType: "CdnEndpoint.provisioningState()"
modifiers:
- "abstract"
syntax: "public abstract String provisioningState()"
returns:
description: "endpoint provisioning state"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContent(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContent(Set<String> contentPaths)"
name: "purgeContent(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.purgeContent(Set<String> contentPaths)"
summary: "Forcibly purges the content of the CDN endpoint."
modifiers:
- "abstract"
parameters:
- description: "the paths to the content to be purged, which can be file paths or directory wild cards."
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract void purgeContent(Set<String> contentPaths)"
desc: "Forcibly purges the content of the CDN endpoint."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(java.util.Set<java.lang.String>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(Set<String> contentPaths)"
name: "purgeContentAsync(Set<String> contentPaths)"
nameWithType: "CdnEndpoint.purgeContentAsync(Set<String> contentPaths)"
summary: "Forcibly purges the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the paths to the content to be purged, which can be file paths or directory wild cards."
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract Completable purgeContentAsync(Set<String> contentPaths)"
desc: "Forcibly purges the content of the CDN endpoint asynchronously."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(java.util.Set<java.lang.String>,com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
name: "purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
summary: "Forcibly purges the content of the CDN endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the paths to the content to be purged, which can be file paths or directory wild cards."
name: "contentPaths"
type: "<xref href=\"java.util.Set?alt=java.util.Set&text=Set\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />>"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract ServiceFuture<Void> purgeContentAsync(Set<String> contentPaths, ServiceCallback<Void> callback)"
desc: "Forcibly purges the content of the CDN endpoint asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.queryStringCachingBehavior()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.queryStringCachingBehavior()"
name: "queryStringCachingBehavior()"
nameWithType: "CdnEndpoint.queryStringCachingBehavior()"
modifiers:
- "abstract"
syntax: "public abstract QueryStringCachingBehavior queryStringCachingBehavior()"
returns:
description: "query string caching behavior"
type: "<xref href=\"com.microsoft.azure.management.cdn.QueryStringCachingBehavior?alt=com.microsoft.azure.management.cdn.QueryStringCachingBehavior&text=QueryStringCachingBehavior\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.resourceState()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.resourceState()"
name: "resourceState()"
nameWithType: "CdnEndpoint.resourceState()"
modifiers:
- "abstract"
syntax: "public abstract EndpointResourceState resourceState()"
returns:
description: "endpoint state"
type: "<xref href=\"com.microsoft.azure.management.cdn.EndpointResourceState?alt=com.microsoft.azure.management.cdn.EndpointResourceState&text=EndpointResourceState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.start()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.start()"
name: "start()"
nameWithType: "CdnEndpoint.start()"
summary: "Starts the CDN endpoint, if it is stopped."
modifiers:
- "abstract"
syntax: "public abstract void start()"
desc: "Starts the CDN endpoint, if it is stopped."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync()"
name: "startAsync()"
nameWithType: "CdnEndpoint.startAsync()"
summary: "Starts the CDN endpoint asynchronously, if it is stopped."
modifiers:
- "abstract"
syntax: "public abstract Completable startAsync()"
desc: "Starts the CDN endpoint asynchronously, if it is stopped."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.startAsync(ServiceCallback<Void> callback)"
name: "startAsync(ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.startAsync(ServiceCallback<Void> callback)"
summary: "Starts the CDN endpoint asynchronously, if it is stopped."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract ServiceFuture<Void> startAsync(ServiceCallback<Void> callback)"
desc: "Starts the CDN endpoint asynchronously, if it is stopped."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.stop()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stop()"
name: "stop()"
nameWithType: "CdnEndpoint.stop()"
summary: "Stops the CDN endpoint, if it is running."
modifiers:
- "abstract"
syntax: "public abstract void stop()"
desc: "Stops the CDN endpoint, if it is running."
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync()"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync()"
name: "stopAsync()"
nameWithType: "CdnEndpoint.stopAsync()"
summary: "Stops the CDN endpoint asynchronously, if it is running."
modifiers:
- "abstract"
syntax: "public abstract Completable stopAsync()"
desc: "Stops the CDN endpoint asynchronously, if it is running."
returns:
description: "a representation of the deferred computation of this call"
type: "<xref href=\"rx.Completable?alt=rx.Completable&text=Completable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync(com.microsoft.rest.ServiceCallback<java.lang.Void>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.stopAsync(ServiceCallback<Void> callback)"
name: "stopAsync(ServiceCallback<Void> callback)"
nameWithType: "CdnEndpoint.stopAsync(ServiceCallback<Void> callback)"
summary: "Stops the CDN endpoint asynchronously, if it is running."
modifiers:
- "abstract"
parameters:
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract ServiceFuture<Void> stopAsync(ServiceCallback<Void> callback)"
desc: "Stops the CDN endpoint asynchronously, if it is running."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"java.lang.Void?alt=java.lang.Void&text=Void\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomain(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomain(String hostName)"
name: "validateCustomDomain(String hostName)"
nameWithType: "CdnEndpoint.validateCustomDomain(String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract CustomDomainValidationResult validateCustomDomain(String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint."
returns:
description: "the result of the action, if successful."
type: "<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(java.lang.String)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(String hostName)"
name: "validateCustomDomainAsync(String hostName)"
nameWithType: "CdnEndpoint.validateCustomDomainAsync(String hostName)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<CustomDomainValidationResult> validateCustomDomainAsync(String hostName)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
returns:
description: "an observable of the result"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(java.lang.String,com.microsoft.rest.ServiceCallback<com.microsoft.azure.management.cdn.CustomDomainValidationResult>)"
fullName: "com.microsoft.azure.management.cdn.CdnEndpoint.validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
name: "validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
nameWithType: "CdnEndpoint.validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
summary: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
modifiers:
- "abstract"
parameters:
- description: "the host name, which must be a domain name, of the custom domain"
name: "hostName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "the callback to call on success or failure"
name: "callback"
type: "<xref href=\"com.microsoft.rest.ServiceCallback?alt=com.microsoft.rest.ServiceCallback&text=ServiceCallback\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public abstract ServiceFuture<CustomDomainValidationResult> validateCustomDomainAsync(String hostName, ServiceCallback<CustomDomainValidationResult> callback)"
desc: "Validates a custom domain mapping to ensure it maps to the correct CNAME in DNS for current endpoint asynchronously."
returns:
description: "a handle to cancel the request"
type: "<xref href=\"com.microsoft.rest.ServiceFuture?alt=com.microsoft.rest.ServiceFuture&text=ServiceFuture\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CustomDomainValidationResult?alt=com.microsoft.azure.management.cdn.CustomDomainValidationResult&text=CustomDomainValidationResult\" data-throw-if-not-resolved=\"False\" />>"
type: "interface"
desc: "An immutable client-side representation of an Azure CDN endpoint."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.ExternalChildResource&text=ExternalChildResource\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.CdnEndpoint?alt=com.microsoft.azure.management.cdn.CdnEndpoint&text=CdnEndpoint\" data-throw-if-not-resolved=\"False\" />,<xref href=\"com.microsoft.azure.management.cdn.CdnProfile?alt=com.microsoft.azure.management.cdn.CdnProfile&text=CdnProfile\" data-throw-if-not-resolved=\"False\" />>"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.microsoft.azure.management.cdn.implementation.EndpointInner?alt=com.microsoft.azure.management.cdn.implementation.EndpointInner&text=EndpointInner\" data-throw-if-not-resolved=\"False\" />>"
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4