-
Notifications
You must be signed in to change notification settings - Fork 245
/
com.microsoft.azure.management.cdn.SecretProperties.yml
64 lines (64 loc) · 5.19 KB
/
com.microsoft.azure.management.cdn.SecretProperties.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
### YamlMime:JavaType
uid: "com.microsoft.azure.management.cdn.SecretProperties"
fullName: "com.microsoft.azure.management.cdn.SecretProperties"
name: "SecretProperties"
nameWithType: "SecretProperties"
summary: "The JSON object that contains the properties of the Secret to create."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cdn.AFDStateProperties?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.microsoft.azure.management.cdn.AFDStateProperties?alt=com.microsoft.azure.management.cdn.AFDStateProperties&text=AFDStateProperties\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.microsoft.azure.management.cdn.AFDStateProperties.deploymentStatus()?alt=com.microsoft.azure.management.cdn.AFDStateProperties.deploymentStatus&text=deploymentStatus\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.cdn.AFDStateProperties.provisioningState()?alt=com.microsoft.azure.management.cdn.AFDStateProperties.provisioningState&text=provisioningState\" data-throw-if-not-resolved=\"False\" />"
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **SecretProperties**</br> extends <xref href=\"com.microsoft.azure.management.cdn.AFDStateProperties?alt=com.microsoft.azure.management.cdn.AFDStateProperties&text=AFDStateProperties\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.microsoft.azure.management.cdn.SecretProperties.SecretProperties()"
fullName: "com.microsoft.azure.management.cdn.SecretProperties.SecretProperties()"
name: "SecretProperties()"
nameWithType: "SecretProperties.SecretProperties()"
syntax: "public SecretProperties()"
methods:
- uid: "com.microsoft.azure.management.cdn.SecretProperties.parameters()"
fullName: "com.microsoft.azure.management.cdn.SecretProperties.parameters()"
name: "parameters()"
nameWithType: "SecretProperties.parameters()"
summary: "Get object which contains secret parameters."
syntax: "public SecretParameters parameters()"
desc: "Get object which contains secret parameters."
returns:
description: "the parameters value"
type: "<xref href=\"com.microsoft.azure.management.cdn.SecretParameters?alt=com.microsoft.azure.management.cdn.SecretParameters&text=SecretParameters\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.cdn.SecretProperties.withParameters(com.microsoft.azure.management.cdn.SecretParameters)"
fullName: "com.microsoft.azure.management.cdn.SecretProperties.withParameters(SecretParameters parameters)"
name: "withParameters(SecretParameters parameters)"
nameWithType: "SecretProperties.withParameters(SecretParameters parameters)"
summary: "Set object which contains secret parameters."
parameters:
- description: "the parameters value to set"
name: "parameters"
type: "<xref href=\"com.microsoft.azure.management.cdn.SecretParameters?alt=com.microsoft.azure.management.cdn.SecretParameters&text=SecretParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SecretProperties withParameters(SecretParameters parameters)"
desc: "Set object which contains secret parameters."
returns:
description: "the SecretProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.cdn.SecretProperties?alt=com.microsoft.azure.management.cdn.SecretProperties&text=SecretProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The JSON object that contains the properties of the Secret to create."
metadata: {}
package: "com.microsoft.azure.management.cdn"
artifact: com.microsoft.azure:azure-mgmt-cdn:1.41.4