115 строки
7.3 KiB
YAML
115 строки
7.3 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry"
|
|
name: "ContainerRegistry"
|
|
nameWithType: "ContainerRegistry"
|
|
summary: "The Container<wbr>Registry 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 class **ContainerRegistry**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.ContainerRegistry()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.ContainerRegistry()"
|
|
name: "ContainerRegistry()"
|
|
nameWithType: "ContainerRegistry.ContainerRegistry()"
|
|
syntax: "public ContainerRegistry()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.address()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.address()"
|
|
name: "address()"
|
|
nameWithType: "ContainerRegistry.address()"
|
|
summary: "Get the address property: The address property."
|
|
syntax: "public String address()"
|
|
desc: "Get the address property: The address property."
|
|
returns:
|
|
description: "the address value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.password()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.password()"
|
|
name: "password()"
|
|
nameWithType: "ContainerRegistry.password()"
|
|
summary: "Get the password property: The password property."
|
|
syntax: "public String password()"
|
|
desc: "Get the password property: The password property."
|
|
returns:
|
|
description: "the password value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.username()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.username()"
|
|
name: "username()"
|
|
nameWithType: "ContainerRegistry.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.ContainerRegistry.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ContainerRegistry.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withAddress(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withAddress(String address)"
|
|
name: "withAddress(String address)"
|
|
nameWithType: "ContainerRegistry.withAddress(String address)"
|
|
summary: "Set the address property: The address property."
|
|
parameters:
|
|
- description: "the address value to set."
|
|
name: "address"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ContainerRegistry withAddress(String address)"
|
|
desc: "Set the address property: The address property."
|
|
returns:
|
|
description: "the ContainerRegistry object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry?alt=com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withPassword(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withPassword(String password)"
|
|
name: "withPassword(String password)"
|
|
nameWithType: "ContainerRegistry.withPassword(String password)"
|
|
summary: "Set the password property: The password property."
|
|
parameters:
|
|
- description: "the password value to set."
|
|
name: "password"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ContainerRegistry withPassword(String password)"
|
|
desc: "Set the password property: The password property."
|
|
returns:
|
|
description: "the ContainerRegistry object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry?alt=com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withUsername(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry.withUsername(String username)"
|
|
name: "withUsername(String username)"
|
|
nameWithType: "ContainerRegistry.withUsername(String username)"
|
|
summary: "Set the username property: The username property."
|
|
parameters:
|
|
- description: "the username value to set."
|
|
name: "username"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ContainerRegistry withUsername(String username)"
|
|
desc: "Set the username property: The username property."
|
|
returns:
|
|
description: "the ContainerRegistry object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry?alt=com.azure.resourcemanager.machinelearningservices.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ContainerRegistry model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|