使用 azure-sdk-for-java 构建 docker 图像

Use azure-sdk-for-java to build the docker image

az acr CLI 提供了使用 az acr build 构建(和推送)docker 映像的功能。

java sdk 是否提供相同的选项?如果是这样,你知道任何样本吗?

我尝试在 sdk 的 github 和 Microsoft 文档中查找更多信息,但到目前为止没有成功。

sdk中有相关样本github生成的样本:https://github.com/Azure/azure-sdk-for-java/blob/2d1d4e228f6d1145f460ab61398ca25d9bd8f96c/sdk/resourcemanager/azure-resourcemanager/src/samples/java/com/azure/resourcemanager/containerregistry/generated/RegistriesScheduleRunSamples.java