你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebApp.UpdateStages.WithCredentials Interface

public interface WithCredentials

A web app update allowing docker hub credentials to be set.

Method Summary

Modifier and Type Method and Description
WebApp.UpdateStages.WithStartUpCommand withCredentials(String username, String password)

Specifies the username and password for Docker Hub.

Method Details

withCredentials

public WithStartUpCommand withCredentials(String username, String password)

Specifies the username and password for Docker Hub.

Parameters:

username - the username for Docker Hub
password - the password for Docker Hub

Returns:

the next stage of the web app update

Applies to