Uses of Class
com.azure.resourcemanager.containerinstance.models.ImageRegistryCredential
-
Packages that use ImageRegistryCredential Package Description com.azure.resourcemanager.containerinstance.fluent.models Package containing the inner data models for ContainerInstanceManagementClient.com.azure.resourcemanager.containerinstance.models Package containing the data models for ContainerInstanceManagementClient. -
-
Uses of ImageRegistryCredential in com.azure.resourcemanager.containerinstance.fluent.models
Methods in com.azure.resourcemanager.containerinstance.fluent.models that return types with arguments of type ImageRegistryCredential Modifier and Type Method Description List<ImageRegistryCredential>ContainerGroupInner. imageRegistryCredentials()Get the imageRegistryCredentials property: The image registry credentials by which the container group is created from.List<ImageRegistryCredential>ContainerGroupProperties. imageRegistryCredentials()Get the imageRegistryCredentials property: The image registry credentials by which the container group is created from.Method parameters in com.azure.resourcemanager.containerinstance.fluent.models with type arguments of type ImageRegistryCredential Modifier and Type Method Description ContainerGroupInnerContainerGroupInner. withImageRegistryCredentials(List<ImageRegistryCredential> imageRegistryCredentials)Set the imageRegistryCredentials property: The image registry credentials by which the container group is created from.ContainerGroupPropertiesContainerGroupProperties. withImageRegistryCredentials(List<ImageRegistryCredential> imageRegistryCredentials)Set the imageRegistryCredentials property: The image registry credentials by which the container group is created from. -
Uses of ImageRegistryCredential in com.azure.resourcemanager.containerinstance.models
Methods in com.azure.resourcemanager.containerinstance.models that return ImageRegistryCredential Modifier and Type Method Description ImageRegistryCredentialImageRegistryCredential. withIdentity(String identity)Set the identity property: The identity for the private registry.ImageRegistryCredentialImageRegistryCredential. withIdentityUrl(String identityUrl)Set the identityUrl property: The identity URL for the private registry.ImageRegistryCredentialImageRegistryCredential. withPassword(String password)Set the password property: The password for the private registry.ImageRegistryCredentialImageRegistryCredential. withServer(String server)Set the server property: The Docker image registry server without a protocol such as "http" and "https".ImageRegistryCredentialImageRegistryCredential. withUsername(String username)Set the username property: The username for the private registry.
-