ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPortsOrContainerInstanceAttach<ParentT> 接口
定义
The stage of the container instance definition allowing to specify one or more container ports.
public interface WithPortsOrContainerInstanceAttach<ParentT> extends ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>,ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>
类型参数
- ParentT
the stage of the parent definition to return to after attaching this definition
继承成员
Attachable.InDefinition<ParentT>.attach()
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithCpuCoreCount<ParentT>.withCpuCoreCount(double cpuCoreCount)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>.withEnvironmentVariable(String envName, String envValue)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>.withEnvironmentVariables(Map<String, String> environmentVariables)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withExternalTcpPort(int port)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withExternalTcpPorts(int... ports)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withExternalUdpPort(int port)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withExternalUdpPorts(int... ports)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withInternalPort(int port)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithPorts<ParentT>.withInternalPorts(int... ports)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithMemorySize<ParentT>.withMemorySizeInGB(double memorySize)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>.withReadOnlyVolumeMountSetting(String volumeName, String mountPath)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>.withReadOnlyVolumeMountSetting(Map<String, String> volumeMountSetting)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>.withStartingCommandLine(String commandLine)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithStartingCommandLine<ParentT>.withStartingCommandLines(String... commandLines)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>.withVolumeMountSetting(String volumeName, String mountPath)
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithVolumeMountSetting<ParentT>.withVolumeMountSetting(Map<String, String> volumeMountSetting)