Uses of Class
com.azure.resourcemanager.containerregistry.models.Credentials
Packages that use Credentials
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of Credentials in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return CredentialsModifier and TypeMethodDescriptionTaskInner.credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskProperties.credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskPropertiesUpdateParameters.credentials()Get the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.Methods in com.azure.resourcemanager.containerregistry.fluent.models with parameters of type CredentialsModifier and TypeMethodDescriptionTaskInner.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskProperties.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskPropertiesUpdateParameters.withCredentials(Credentials credentials) Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked. -
Uses of Credentials in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return CredentialsModifier and TypeMethodDescriptionDockerBuildRequest.credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.EncodedTaskRunRequest.credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.FileTaskRunRequest.credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskUpdateParameters.credentials()Get the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.static CredentialsCredentials.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Credentials from the JsonReader.Credentials.withCustomRegistries(Map<String, CustomRegistryCredentials> customRegistries) Set the customRegistries property: Describes the credential parameters for accessing other custom registries.Credentials.withSourceRegistry(SourceRegistryCredentials sourceRegistry) Set the sourceRegistry property: Describes the credential parameters for accessing the source registry.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type CredentialsModifier and TypeMethodDescriptionDockerBuildRequest.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.EncodedTaskRunRequest.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.FileTaskRunRequest.withCredentials(Credentials credentials) Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskUpdateParameters.withCredentials(Credentials credentials) Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.