Uses of Class
com.azure.resourcemanager.appservice.models.FunctionsDeploymentStorageAuthentication
Packages that use FunctionsDeploymentStorageAuthentication
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of FunctionsDeploymentStorageAuthentication in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type FunctionsDeploymentStorageAuthenticationModifier and TypeClassDescriptionfinal classAuthentication method to access the storage account for deployment.Methods in com.azure.resourcemanager.appservice.models that return FunctionsDeploymentStorageAuthenticationModifier and TypeMethodDescriptionFunctionsDeploymentStorage.authentication()Get the authentication property: Authentication method to access the storage account for deployment.FunctionsDeploymentStorageAuthentication.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionsDeploymentStorageAuthentication from the JsonReader.FunctionsDeploymentStorageAuthentication.withStorageAccountConnectionStringName(String storageAccountConnectionStringName) Set the storageAccountConnectionStringName property: Use this property for StorageAccountConnectionString.FunctionsDeploymentStorageAuthentication.withType(AuthenticationType type) Set the type property: Property to select authentication type to access the selected storage account.FunctionsDeploymentStorageAuthentication.withUserAssignedIdentityResourceId(String userAssignedIdentityResourceId) Set the userAssignedIdentityResourceId property: Use this property for UserAssignedIdentity.Methods in com.azure.resourcemanager.appservice.models with parameters of type FunctionsDeploymentStorageAuthenticationModifier and TypeMethodDescriptionFunctionsDeploymentStorage.withAuthentication(FunctionsDeploymentStorageAuthentication authentication) Set the authentication property: Authentication method to access the storage account for deployment.