azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

132 строки
8.7 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.ContainerRegistry"
fullName: "com.microsoft.azure.management.batch.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: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **ContainerRegistry**"
constructors:
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.ContainerRegistry()"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.ContainerRegistry()"
name: "ContainerRegistry()"
nameWithType: "ContainerRegistry.ContainerRegistry()"
syntax: "public ContainerRegistry()"
methods:
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.identityReference()"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.identityReference()"
name: "identityReference()"
nameWithType: "ContainerRegistry.identityReference()"
summary: "Get the identity<wbr>Reference value."
syntax: "public ComputeNodeIdentityReference identityReference()"
desc: "Get the identityReference value."
returns:
description: "the identityReference value"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.password()"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.password()"
name: "password()"
nameWithType: "ContainerRegistry.password()"
summary: "Get the password value."
syntax: "public String password()"
desc: "Get the password value."
returns:
description: "the password value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.registryServer()"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.registryServer()"
name: "registryServer()"
nameWithType: "ContainerRegistry.registryServer()"
summary: "Get if omitted, the default is \"docker.<wbr>io\"."
syntax: "public String registryServer()"
desc: "Get if omitted, the default is \"docker.io\"."
returns:
description: "the registryServer value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.userName()"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.userName()"
name: "userName()"
nameWithType: "ContainerRegistry.userName()"
summary: "Get the user<wbr>Name value."
syntax: "public String userName()"
desc: "Get the userName value."
returns:
description: "the userName value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.withIdentityReference(com.microsoft.azure.management.batch.ComputeNodeIdentityReference)"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)"
name: "withIdentityReference(ComputeNodeIdentityReference identityReference)"
nameWithType: "ContainerRegistry.withIdentityReference(ComputeNodeIdentityReference identityReference)"
summary: "Set the identity<wbr>Reference value."
parameters:
- description: "the identityReference value to set"
name: "identityReference"
type: "<xref href=\"com.microsoft.azure.management.batch.ComputeNodeIdentityReference?alt=com.microsoft.azure.management.batch.ComputeNodeIdentityReference&text=ComputeNodeIdentityReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistry withIdentityReference(ComputeNodeIdentityReference identityReference)"
desc: "Set the identityReference value."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.withPassword(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withPassword(String password)"
name: "withPassword(String password)"
nameWithType: "ContainerRegistry.withPassword(String password)"
summary: "Set the password value."
parameters:
- description: "the password value to set"
name: "password"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistry withPassword(String password)"
desc: "Set the password value."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.withRegistryServer(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withRegistryServer(String registryServer)"
name: "withRegistryServer(String registryServer)"
nameWithType: "ContainerRegistry.withRegistryServer(String registryServer)"
summary: "Set if omitted, the default is \"docker.<wbr>io\"."
parameters:
- description: "the registryServer value to set"
name: "registryServer"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistry withRegistryServer(String registryServer)"
desc: "Set if omitted, the default is \"docker.io\"."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerRegistry.withUserName(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ContainerRegistry.withUserName(String userName)"
name: "withUserName(String userName)"
nameWithType: "ContainerRegistry.withUserName(String userName)"
summary: "Set the user<wbr>Name value."
parameters:
- description: "the userName value to set"
name: "userName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerRegistry withUserName(String userName)"
desc: "Set the userName value."
returns:
description: "the ContainerRegistry object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A private container registry."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4