Uses of Class
com.microsoft.jenkins.containeragents.aci.AciPrivateIpAddress
-
Packages that use AciPrivateIpAddress Package Description com.microsoft.jenkins.containeragents.aci com.microsoft.jenkins.containeragents.builders -
-
Uses of AciPrivateIpAddress in com.microsoft.jenkins.containeragents.aci
Methods in com.microsoft.jenkins.containeragents.aci that return AciPrivateIpAddress Modifier and Type Method Description AciPrivateIpAddress
AciContainerTemplate. getPrivateIpAddress()
Methods in com.microsoft.jenkins.containeragents.aci with parameters of type AciPrivateIpAddress Modifier and Type Method Description void
AciContainerTemplate. setPrivateIpAddress(AciPrivateIpAddress privateIpAddress)
-
Uses of AciPrivateIpAddress in com.microsoft.jenkins.containeragents.builders
Methods in com.microsoft.jenkins.containeragents.builders that return AciPrivateIpAddress Modifier and Type Method Description AciPrivateIpAddress
AciContainerTemplateFluent. getPrivateIpAddress()
Methods in com.microsoft.jenkins.containeragents.builders with parameters of type AciPrivateIpAddress Modifier and Type Method Description T
AciContainerTemplateFluent. withPrivateIpAddress(AciPrivateIpAddress privateIpAddress)
-