azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.b...

174 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.batch.models.ContainerRegistry"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry"
name: "ContainerRegistry"
nameWithType: "ContainerRegistry"
summary: "A private container registry."
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 **ContainerRegistry**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.ContainerRegistry()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.ContainerRegistry()"
name: "ContainerRegistry()"
nameWithType: "ContainerRegistry.ContainerRegistry()"
summary: "Creates an instance of Container<wbr>Registry class."
syntax: "public ContainerRegistry()"
desc: "Creates an instance of ContainerRegistry class."
methods:
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ContainerRegistry.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Container<wbr>Registry 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 ContainerRegistry fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the ContainerRegistry."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of ContainerRegistry from the JsonReader."
returns:
description: "An instance of ContainerRegistry if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.identityReference()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.identityReference()"
name: "identityReference()"
nameWithType: "ContainerRegistry.identityReference()"
summary: "Get the identity<wbr>Reference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use."
syntax: "public ComputeNodeIdentityReference identityReference()"
desc: "Get the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use."
returns:
description: "the identityReference value."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference?alt=com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.password()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.password()"
name: "password()"
nameWithType: "ContainerRegistry.password()"
summary: "Get the password property: The password to log into the registry server."
syntax: "public String password()"
desc: "Get the password property: The password to log into the registry server."
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.batch.models.ContainerRegistry.registryServer()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.registryServer()"
name: "registryServer()"
nameWithType: "ContainerRegistry.registryServer()"
summary: "Get the registry<wbr>Server property: If omitted, the default is \"docker.<wbr>io\"."
syntax: "public String registryServer()"
desc: "Get the registryServer property: If omitted, the default is \"docker.io\"."
returns:
description: "the registryServer value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ContainerRegistry.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.batch.models.ContainerRegistry.username()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.username()"
name: "username()"
nameWithType: "ContainerRegistry.username()"
summary: "Get the username property: The user name to log into the registry server."
syntax: "public String username()"
desc: "Get the username property: The user name to log into the registry server."
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.batch.models.ContainerRegistry.validate()"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.validate()"
name: "validate()"
nameWithType: "ContainerRegistry.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.withIdentityReference(com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)"
name: "withIdentityReference(ComputeNodeIdentityReference identityReference)"
nameWithType: "ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)"
summary: "Set the identity<wbr>Reference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use."
parameters:
- description: "the identityReference value to set."
name: "identityReference"
type: "<xref href=\"com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference?alt=com.azure.resourcemanager.batch.models.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)"
desc: "Set the identityReference property: The reference to a user assigned identity associated with the Batch pool which a compute node will use."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.withPassword(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "ContainerRegistry.withPassword(String password)"
summary: "Set the password property: The password to log into the registry server."
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 to log into the registry server."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.withRegistryServer(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.withRegistryServer(String registryServer)"
name: "withRegistryServer(String registryServer)"
nameWithType: "ContainerRegistry.withRegistryServer(String registryServer)"
summary: "Set the registry<wbr>Server property: If omitted, the default is \"docker.<wbr>io\"."
parameters:
- description: "the registryServer value to set."
name: "registryServer"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ContainerRegistry withRegistryServer(String registryServer)"
desc: "Set the registryServer property: If omitted, the default is \"docker.io\"."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.batch.models.ContainerRegistry.withUsername(java.lang.String)"
fullName: "com.azure.resourcemanager.batch.models.ContainerRegistry.withUsername(String username)"
name: "withUsername(String username)"
nameWithType: "ContainerRegistry.withUsername(String username)"
summary: "Set the username property: The user name to log into the registry server."
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 user name to log into the registry server."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A private container registry."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.batch.models.ContainerRegistry?alt=com.azure.resourcemanager.batch.models.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.batch.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-batch:2.0.0