Uses of Interface
com.azure.resourcemanager.appservice.models.FunctionApp.DefinitionStages.WithCredentials
-
Packages that use FunctionApp.DefinitionStages.WithCredentials Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of FunctionApp.DefinitionStages.WithCredentials in com.azure.resourcemanager.appservice.models
Subinterfaces of FunctionApp.DefinitionStages.WithCredentials in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceFunctionApp.DefinitionContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return FunctionApp.DefinitionStages.WithCredentials Modifier and Type Method Description FunctionApp.DefinitionStages.WithCredentialsFunctionApp.DefinitionStages.WithDockerContainerImage. withPrivateDockerHubImage(String imageAndTag)Specifies the docker container image to be one from Docker Hub.FunctionApp.DefinitionStages.WithCredentialsFunctionApp.DefinitionStages.WithDockerContainerImage. withPrivateRegistryImage(String imageAndTag, String serverUrl)Specifies the docker container image to be one from a private registry.
-