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

110 строки
8.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.ContainerConfiguration"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration"
name: "ContainerConfiguration"
nameWithType: "ContainerConfiguration"
summary: "The configuration for container-enabled pools."
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 **ContainerConfiguration**"
constructors:
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.ContainerConfiguration()"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.ContainerConfiguration()"
name: "ContainerConfiguration()"
nameWithType: "ContainerConfiguration.ContainerConfiguration()"
summary: "Creates an instance of Container<wbr>Configuration class."
syntax: "public ContainerConfiguration()"
desc: "Creates an instance of ContainerConfiguration class."
methods:
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.containerImageNames()"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.containerImageNames()"
name: "containerImageNames()"
nameWithType: "ContainerConfiguration.containerImageNames()"
summary: "Get this is the full image reference, as would be specified to \"docker pull\"."
syntax: "public List<String> containerImageNames()"
desc: "Get this is the full image reference, as would be specified to \"docker pull\". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry."
returns:
description: "the containerImageNames value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.containerRegistries()"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.containerRegistries()"
name: "containerRegistries()"
nameWithType: "ContainerConfiguration.containerRegistries()"
summary: "Get if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
syntax: "public List<ContainerRegistry> containerRegistries()"
desc: "Get if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
returns:
description: "the containerRegistries value"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.type()"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.type()"
name: "type()"
nameWithType: "ContainerConfiguration.type()"
summary: "Get the type value."
syntax: "public String type()"
desc: "Get the type value."
returns:
description: "the type 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.ContainerConfiguration.withContainerImageNames(java.util.List<java.lang.String>)"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.withContainerImageNames(List<String> containerImageNames)"
name: "withContainerImageNames(List<String> containerImageNames)"
nameWithType: "ContainerConfiguration.withContainerImageNames(List<String> containerImageNames)"
summary: "Set this is the full image reference, as would be specified to \"docker pull\"."
parameters:
- description: "the containerImageNames value to set"
name: "containerImageNames"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContainerConfiguration withContainerImageNames(List<String> containerImageNames)"
desc: "Set this is the full image reference, as would be specified to \"docker pull\". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry."
returns:
description: "the ContainerConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerConfiguration?alt=com.microsoft.azure.management.batch.ContainerConfiguration&text=ContainerConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.withContainerRegistries(java.util.List<com.microsoft.azure.management.batch.ContainerRegistry>)"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.withContainerRegistries(List<ContainerRegistry> containerRegistries)"
name: "withContainerRegistries(List<ContainerRegistry> containerRegistries)"
nameWithType: "ContainerConfiguration.withContainerRegistries(List<ContainerRegistry> containerRegistries)"
summary: "Set if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
parameters:
- description: "the containerRegistries value to set"
name: "containerRegistries"
type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.batch.ContainerRegistry?alt=com.microsoft.azure.management.batch.ContainerRegistry&text=ContainerRegistry\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ContainerConfiguration withContainerRegistries(List<ContainerRegistry> containerRegistries)"
desc: "Set if any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here."
returns:
description: "the ContainerConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerConfiguration?alt=com.microsoft.azure.management.batch.ContainerConfiguration&text=ContainerConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.ContainerConfiguration.withType(java.lang.String)"
fullName: "com.microsoft.azure.management.batch.ContainerConfiguration.withType(String type)"
name: "withType(String type)"
nameWithType: "ContainerConfiguration.withType(String type)"
summary: "Set the type value."
parameters:
- description: "the type value to set"
name: "type"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ContainerConfiguration withType(String type)"
desc: "Set the type value."
returns:
description: "the ContainerConfiguration object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.ContainerConfiguration?alt=com.microsoft.azure.management.batch.ContainerConfiguration&text=ContainerConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The configuration for container-enabled pools."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4