-
Notifications
You must be signed in to change notification settings - Fork 244
/
com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.yml
86 lines (86 loc) · 6.29 KB
/
com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.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
### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult"
name: "RegistryListCredentialsResult"
nameWithType: "RegistryListCredentialsResult"
summary: "The Registry<wbr>List<wbr>Credentials<wbr>Result model."
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 **RegistryListCredentialsResult**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.RegistryListCredentialsResult()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.RegistryListCredentialsResult()"
name: "RegistryListCredentialsResult()"
nameWithType: "RegistryListCredentialsResult.RegistryListCredentialsResult()"
syntax: "public RegistryListCredentialsResult()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.location()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.location()"
name: "location()"
nameWithType: "RegistryListCredentialsResult.location()"
summary: "Get the location property: The location property."
syntax: "public String location()"
desc: "Get the location property: The location property."
returns:
description: "the location value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.passwords()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.passwords()"
name: "passwords()"
nameWithType: "RegistryListCredentialsResult.passwords()"
summary: "Get the passwords property: The passwords property."
syntax: "public List<Password> passwords()"
desc: "Get the passwords property: The passwords property."
returns:
description: "the passwords value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Password?alt=com.azure.resourcemanager.machinelearningservices.models.Password&text=Password\" data-throw-if-not-resolved=\"False\" />>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.username()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.username()"
name: "username()"
nameWithType: "RegistryListCredentialsResult.username()"
summary: "Get the username property: The username property."
syntax: "public String username()"
desc: "Get the username property: The username property."
returns:
description: "the username value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.validate()"
name: "validate()"
nameWithType: "RegistryListCredentialsResult.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.withPasswords(java.util.List<com.azure.resourcemanager.machinelearningservices.models.Password>)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult.withPasswords(List<Password> passwords)"
name: "withPasswords(List<Password> passwords)"
nameWithType: "RegistryListCredentialsResult.withPasswords(List<Password> passwords)"
summary: "Set the passwords property: The passwords property."
parameters:
- description: "the passwords value to set."
name: "passwords"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Password?alt=com.azure.resourcemanager.machinelearningservices.models.Password&text=Password\" data-throw-if-not-resolved=\"False\" />>"
syntax: "public RegistryListCredentialsResult withPasswords(List<Password> passwords)"
desc: "Set the passwords property: The passwords property."
returns:
description: "the RegistryListCredentialsResult object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult?alt=com.azure.resourcemanager.machinelearningservices.models.RegistryListCredentialsResult&text=RegistryListCredentialsResult\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The RegistryListCredentialsResult model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1