azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

87 строки
6.3 KiB
YAML

### 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>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Password?alt=com.azure.resourcemanager.machinelearningservices.models.Password&text=Password\" data-throw-if-not-resolved=\"False\" />&gt;"
- 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>&lt;<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Password?alt=com.azure.resourcemanager.machinelearningservices.models.Password&text=Password\" data-throw-if-not-resolved=\"False\" />&gt;"
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