Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageType
Packages that use FunctionsDeploymentStorageType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsDeploymentStorageType in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as FunctionsDeploymentStorageTypeModifier and TypeFieldDescriptionstatic final FunctionsDeploymentStorageTypeFunctionsDeploymentStorageType.BLOB_CONTAINERStatic value blobContainer for FunctionsDeploymentStorageType.Methods in com.azure.resourcemanager.appservice.models that return FunctionsDeploymentStorageTypeModifier and TypeMethodDescriptionFunctionsDeploymentStorageType.fromString(String name) Creates or finds a FunctionsDeploymentStorageType from its string representation.FunctionsDeploymentStorage.type()Get the type property: Property to select Azure Storage type.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type FunctionsDeploymentStorageTypeModifier and TypeMethodDescriptionFunctionsDeploymentStorageType.values()Gets known FunctionsDeploymentStorageType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsDeploymentStorageTypeModifier and TypeMethodDescriptionFunctionsDeploymentStorage.withType(FunctionsDeploymentStorageType type) Set the type property: Property to select Azure Storage type.