-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.yml
241 lines (241 loc) · 19.4 KB
/
com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.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
### YamlMime:JavaType
uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties"
name: "CustomizedAcceleratorProperties"
nameWithType: "CustomizedAcceleratorProperties"
summary: "Customized accelerator properties payload."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **CustomizedAcceleratorProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />>"
constructors:
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.CustomizedAcceleratorProperties()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.CustomizedAcceleratorProperties()"
name: "CustomizedAcceleratorProperties()"
nameWithType: "CustomizedAcceleratorProperties.CustomizedAcceleratorProperties()"
summary: "Creates an instance of Customized<wbr>Accelerator<wbr>Properties class."
syntax: "public CustomizedAcceleratorProperties()"
desc: "Creates an instance of CustomizedAcceleratorProperties class."
methods:
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.acceleratorTags()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.acceleratorTags()"
name: "acceleratorTags()"
nameWithType: "CustomizedAcceleratorProperties.acceleratorTags()"
summary: "Get the accelerator<wbr>Tags property: The accelerator<wbr>Tags property."
syntax: "public List<String> acceleratorTags()"
desc: "Get the acceleratorTags property: The acceleratorTags property."
returns:
description: "the acceleratorTags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.acceleratorType()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.acceleratorType()"
name: "acceleratorType()"
nameWithType: "CustomizedAcceleratorProperties.acceleratorType()"
summary: "Get the accelerator<wbr>Type property: Type of the customized accelerator."
syntax: "public CustomizedAcceleratorType acceleratorType()"
desc: "Get the acceleratorType property: Type of the customized accelerator."
returns:
description: "the acceleratorType value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType&text=CustomizedAcceleratorType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.description()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.description()"
name: "description()"
nameWithType: "CustomizedAcceleratorProperties.description()"
summary: "Get the description property: The description property."
syntax: "public String description()"
desc: "Get the description property: The description property."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.displayName()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.displayName()"
name: "displayName()"
nameWithType: "CustomizedAcceleratorProperties.displayName()"
summary: "Get the display<wbr>Name property: The display<wbr>Name property."
syntax: "public String displayName()"
desc: "Get the displayName property: The displayName property."
returns:
description: "the displayName value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "CustomizedAcceleratorProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Customized<wbr>Accelerator<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static CustomizedAcceleratorProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of CustomizedAcceleratorProperties from the JsonReader."
returns:
description: "An instance of CustomizedAcceleratorProperties if the JsonReader was pointing to an instance of it, or\n null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.gitRepository()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.gitRepository()"
name: "gitRepository()"
nameWithType: "CustomizedAcceleratorProperties.gitRepository()"
summary: "Get the git<wbr>Repository property: The git<wbr>Repository property."
syntax: "public AcceleratorGitRepository gitRepository()"
desc: "Get the gitRepository property: The gitRepository property."
returns:
description: "the gitRepository value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository?alt=com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository&text=AcceleratorGitRepository\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.iconUrl()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.iconUrl()"
name: "iconUrl()"
nameWithType: "CustomizedAcceleratorProperties.iconUrl()"
summary: "Get the icon<wbr>Url property: The icon<wbr>Url property."
syntax: "public String iconUrl()"
desc: "Get the iconUrl property: The iconUrl property."
returns:
description: "the iconUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.imports()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.imports()"
name: "imports()"
nameWithType: "CustomizedAcceleratorProperties.imports()"
summary: "Get the imports property: Imports references all imports that this accelerator/fragment depends upon."
syntax: "public List<String> imports()"
desc: "Get the imports property: Imports references all imports that this accelerator/fragment depends upon."
returns:
description: "the imports value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.provisioningState()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.provisioningState()"
name: "provisioningState()"
nameWithType: "CustomizedAcceleratorProperties.provisioningState()"
summary: "Get the provisioning<wbr>State property: State of the customized accelerator."
syntax: "public CustomizedAcceleratorProvisioningState provisioningState()"
desc: "Get the provisioningState property: State of the customized accelerator."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProvisioningState?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProvisioningState&text=CustomizedAcceleratorProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "CustomizedAcceleratorProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.validate()"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.validate()"
name: "validate()"
nameWithType: "CustomizedAcceleratorProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withAcceleratorTags(java.util.List<java.lang.String>)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withAcceleratorTags(List<String> acceleratorTags)"
name: "withAcceleratorTags(List<String> acceleratorTags)"
nameWithType: "CustomizedAcceleratorProperties.withAcceleratorTags(List<String> acceleratorTags)"
summary: "Set the accelerator<wbr>Tags property: The accelerator<wbr>Tags property."
parameters:
- description: "the acceleratorTags value to set."
name: "acceleratorTags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
syntax: "public CustomizedAcceleratorProperties withAcceleratorTags(List<String> acceleratorTags)"
desc: "Set the acceleratorTags property: The acceleratorTags property."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withAcceleratorType(com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withAcceleratorType(CustomizedAcceleratorType acceleratorType)"
name: "withAcceleratorType(CustomizedAcceleratorType acceleratorType)"
nameWithType: "CustomizedAcceleratorProperties.withAcceleratorType(CustomizedAcceleratorType acceleratorType)"
summary: "Set the accelerator<wbr>Type property: Type of the customized accelerator."
parameters:
- description: "the acceleratorType value to set."
name: "acceleratorType"
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorType&text=CustomizedAcceleratorType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomizedAcceleratorProperties withAcceleratorType(CustomizedAcceleratorType acceleratorType)"
desc: "Set the acceleratorType property: Type of the customized accelerator."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "CustomizedAcceleratorProperties.withDescription(String description)"
summary: "Set the description property: The description property."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomizedAcceleratorProperties withDescription(String description)"
desc: "Set the description property: The description property."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withDisplayName(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withDisplayName(String displayName)"
name: "withDisplayName(String displayName)"
nameWithType: "CustomizedAcceleratorProperties.withDisplayName(String displayName)"
summary: "Set the display<wbr>Name property: The display<wbr>Name property."
parameters:
- description: "the displayName value to set."
name: "displayName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomizedAcceleratorProperties withDisplayName(String displayName)"
desc: "Set the displayName property: The displayName property."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withGitRepository(com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withGitRepository(AcceleratorGitRepository gitRepository)"
name: "withGitRepository(AcceleratorGitRepository gitRepository)"
nameWithType: "CustomizedAcceleratorProperties.withGitRepository(AcceleratorGitRepository gitRepository)"
summary: "Set the git<wbr>Repository property: The git<wbr>Repository property."
parameters:
- description: "the gitRepository value to set."
name: "gitRepository"
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository?alt=com.azure.resourcemanager.appplatform.models.AcceleratorGitRepository&text=AcceleratorGitRepository\" data-throw-if-not-resolved=\"False\" />"
syntax: "public CustomizedAcceleratorProperties withGitRepository(AcceleratorGitRepository gitRepository)"
desc: "Set the gitRepository property: The gitRepository property."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withIconUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties.withIconUrl(String iconUrl)"
name: "withIconUrl(String iconUrl)"
nameWithType: "CustomizedAcceleratorProperties.withIconUrl(String iconUrl)"
summary: "Set the icon<wbr>Url property: The icon<wbr>Url property."
parameters:
- description: "the iconUrl value to set."
name: "iconUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public CustomizedAcceleratorProperties withIconUrl(String iconUrl)"
desc: "Set the iconUrl property: The iconUrl property."
returns:
description: "the CustomizedAcceleratorProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Customized accelerator properties payload."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties?alt=com.azure.resourcemanager.appplatform.models.CustomizedAcceleratorProperties&text=CustomizedAcceleratorProperties\" data-throw-if-not-resolved=\"False\" />>"
metadata: {}
package: "com.azure.resourcemanager.appplatform.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appplatform:2.44.0