Uses of Class
com.azure.resourcemanager.appservice.models.StorageMount
Packages that use StorageMount
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of StorageMount in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type StorageMountModifier and TypeMethodDescriptionAppServicePlanInner.storageMounts()Get the storageMounts property: Storage mounts associated with this App Service plan.AppServicePlanProperties.storageMounts()Get the storageMounts property: Storage mounts associated with this App Service plan.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type StorageMountModifier and TypeMethodDescriptionAppServicePlanInner.withStorageMounts(List<StorageMount> storageMounts) Set the storageMounts property: Storage mounts associated with this App Service plan.AppServicePlanProperties.withStorageMounts(List<StorageMount> storageMounts) Set the storageMounts property: Storage mounts associated with this App Service plan. -
Uses of StorageMount in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type StorageMountModifier and TypeClassDescriptionfinal classServer farm storage mount configuration.Methods in com.azure.resourcemanager.appservice.models that return StorageMountModifier and TypeMethodDescriptionstatic StorageMountStorageMount.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StorageMount from the JsonReader.StorageMount.withCredentialsKeyVaultReference(KeyVaultReferenceWithStatus credentialsKeyVaultReference) Set the credentialsKeyVaultReference property: KV reference to the credentials to connect to the share.StorageMount.withDestinationPath(String destinationPath) Set the destinationPath property: Path on worker where storage will be mounted.Set the name property: Name of the storage mount.StorageMount.withSource(String source) Set the source property: Source of the fileshare/storage.StorageMount.withType(StorageMountType type) Set the type property: Type of the storage mount.