33 строки
2.6 KiB
YAML
33 строки
2.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>"
|
|
name: "ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>"
|
|
nameWithType: "ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>"
|
|
summary: "The stage of the container instance definition allowing to specify the container image."
|
|
syntax: "public static interface **ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>**"
|
|
methods:
|
|
- uid: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage.withImage(java.lang.String)"
|
|
fullName: "com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>.withImage(String imageName)"
|
|
name: "withImage(String imageName)"
|
|
nameWithType: "ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithImage<ParentT>.withImage(String imageName)"
|
|
summary: "Specifies the container image to be used."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "the container image"
|
|
name: "imageName"
|
|
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts<ParentT> withImage(String imageName)"
|
|
desc: "Specifies the container image to be used."
|
|
returns:
|
|
description: "the next stage of the definition"
|
|
type: "<xref href=\"com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts?alt=com.microsoft.azure.management.containerinstance.ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithOrWithoutPorts&text=WithOrWithoutPorts\" data-throw-if-not-resolved=\"False\" /><<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
typeParameters:
|
|
- description: "the stage of the parent definition to return to after attaching this definition"
|
|
name: "ParentT"
|
|
desc: "The stage of the container instance definition allowing to specify the container image."
|
|
metadata: {}
|
|
package: "com.microsoft.azure.management.containerinstance"
|
|
artifact: com.microsoft.azure:azure-mgmt-containerinstance:1.41.4
|