Uses of Class
com.azure.resourcemanager.appplatform.models.CustomContainer
Packages that use CustomContainer
Package
Description
Package containing the data models for AppPlatformManagementClient.
-
Uses of CustomContainer in com.azure.resourcemanager.appplatform.models
Methods in com.azure.resourcemanager.appplatform.models that return CustomContainerModifier and TypeMethodDescriptionCustomContainerUserSourceInfo.customContainer()Get the customContainer property: Custom container payload.Set the args property: Arguments to the entrypoint.CustomContainer.withCommand(List<String> command) Set the command property: Entrypoint array.CustomContainer.withContainerImage(String containerImage) Set the containerImage property: Container image of the custom container.CustomContainer.withImageRegistryCredential(ImageRegistryCredential imageRegistryCredential) Set the imageRegistryCredential property: Credential of the image registry.CustomContainer.withLanguageFramework(String languageFramework) Set the languageFramework property: Language framework of the container image uploaded.CustomContainer.withServer(String server) Set the server property: The name of the registry that contains the container image.Methods in com.azure.resourcemanager.appplatform.models with parameters of type CustomContainerModifier and TypeMethodDescriptionCustomContainerUserSourceInfo.withCustomContainer(CustomContainer customContainer) Set the customContainer property: Custom container payload.