Uses of Class
com.azure.resourcemanager.containerinstance.models.ImageRegistryCredential
Packages that use ImageRegistryCredential
Package
Description
Package containing the inner data models for ContainerInstanceManagementClient.
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 ImageRegistryCredentialModifier and TypeMethodDescriptionContainerGroupInner.imageRegistryCredentials()Get the imageRegistryCredentials property: The image registry credentials by which the container group is created from.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 ImageRegistryCredentialModifier and TypeMethodDescriptionContainerGroupInner.withImageRegistryCredentials(List<ImageRegistryCredential> imageRegistryCredentials) Set the imageRegistryCredentials property: The image registry credentials by which the container group is created from.ContainerGroupProperties.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 ImageRegistryCredentialModifier and TypeMethodDescriptionstatic ImageRegistryCredentialImageRegistryCredential.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ImageRegistryCredential from the JsonReader.ImageRegistryCredential.withIdentity(String identity) Set the identity property: The identity for the private registry.ImageRegistryCredential.withIdentityUrl(String identityUrl) Set the identityUrl property: The identity URL for the private registry.ImageRegistryCredential.withPassword(String password) Set the password property: The password for the private registry.ImageRegistryCredential.withServer(String server) Set the server property: The Docker image registry server without a protocol such as "http" and "https".ImageRegistryCredential.withUsername(String username) Set the username property: The username for the private registry.