Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionApp.UpdateStages.WithCredentials
-
Packages that use FunctionApp.UpdateStages.WithCredentials Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FunctionApp.UpdateStages.WithCredentials in com.azure.resourcemanager.appservice.models
Subinterfaces of FunctionApp.UpdateStages.WithCredentials in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceFunctionApp.UpdateThe template for a function app update operation, containing all the settings that can be modified.Methods in com.azure.resourcemanager.appservice.models that return FunctionApp.UpdateStages.WithCredentials Modifier and Type Method Description FunctionApp.UpdateStages.WithCredentialsFunctionApp.UpdateStages.WithDockerContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.FunctionApp.UpdateStages.WithCredentialsFunctionApp.UpdateStages.WithDockerContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-