Uses of Interface
com.azure.resourcemanager.appservice.models.WebApp.DefinitionStages.WithCredentials
Packages that use WebApp.DefinitionStages.WithCredentials
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of WebApp.DefinitionStages.WithCredentials in com.azure.resourcemanager.appservice.models
Subinterfaces of WebApp.DefinitionStages.WithCredentials in com.azure.resourcemanager.appservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.appservice.models that return WebApp.DefinitionStages.WithCredentialsModifier and TypeMethodDescriptionWebApp.DefinitionStages.WithContainerImage.withPrivateDockerHubImage(String imageAndTag) Specifies the docker container image to be one from Docker Hub.WebApp.DefinitionStages.WithContainerImage.withPrivateRegistryImage(String imageAndTag, String serverUrl) Specifies the docker container image to be one from a private registry.