Databricks SDK for JavaScript
Preparing search index...
@databricks/sdk-instancepools
v2
DockerImage
Interface DockerImage
interface
DockerImage
{
credsOneof
?:
{
$case
:
"basicAuth"
;
basicAuth
:
DockerBasicAuth
}
;
url
?:
string
;
}
Index
Properties
creds
Oneof?
url?
Properties
Optional
creds
Oneof
credsOneof
?:
{
$case
:
"basicAuth"
;
basicAuth
:
DockerBasicAuth
}
Type Declaration
$case
:
"basicAuth"
basicAuth
:
DockerBasicAuth
Basic auth with username and password
Optional
url
url
?:
string
URL of the docker image.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
creds
Oneof
url
Databricks SDK for JavaScript
Loading...
Basic auth with username and password