Uses of Class
com.azure.resourcemanager.containerregistry.models.Credentials
-
Packages that use Credentials Package Description com.azure.resourcemanager.containerregistry.fluent.models Package containing the inner data models for ContainerRegistryManagementClient.com.azure.resourcemanager.containerregistry.models 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 Credentials Modifier and Type Method Description CredentialsTaskInner. credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.CredentialsTaskProperties. credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.CredentialsTaskPropertiesUpdateParameters. 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 Credentials Modifier and Type Method Description TaskInnerTaskInner. withCredentials(Credentials credentials)Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskPropertiesTaskProperties. withCredentials(Credentials credentials)Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskPropertiesUpdateParametersTaskPropertiesUpdateParameters. 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 Credentials Modifier and Type Method Description CredentialsDockerBuildRequest. credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.CredentialsEncodedTaskRunRequest. credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.CredentialsFileTaskRunRequest. credentials()Get the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.CredentialsTaskUpdateParameters. credentials()Get the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.CredentialsCredentials. withCustomRegistries(Map<String,CustomRegistryCredentials> customRegistries)Set the customRegistries property: Describes the credential parameters for accessing other custom registries.CredentialsCredentials. 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 Credentials Modifier and Type Method Description DockerBuildRequestDockerBuildRequest. withCredentials(Credentials credentials)Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.EncodedTaskRunRequestEncodedTaskRunRequest. withCredentials(Credentials credentials)Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.FileTaskRunRequestFileTaskRunRequest. withCredentials(Credentials credentials)Set the credentials property: The properties that describes a set of credentials that will be used when this run is invoked.TaskUpdateParametersTaskUpdateParameters. withCredentials(Credentials credentials)Set the credentials property: The parameters that describes a set of credentials that will be used when this run is invoked.
-