Uses of Class
com.azure.storage.file.share.models.ShareServiceProperties
-
Packages that use ShareServiceProperties Package Description com.azure.storage.file.share This package contains the classes to perform actions on Azure Storage File.com.azure.storage.file.share.models Package containing classes for AzureFileStorage. -
-
Uses of ShareServiceProperties in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareServiceProperties Modifier and Type Method Description ShareServicePropertiesShareServiceClient. getProperties()Retrieves the properties of the storage account's File service.Methods in com.azure.storage.file.share that return types with arguments of type ShareServiceProperties Modifier and Type Method Description Mono<ShareServiceProperties>ShareServiceAsyncClient. getProperties()Retrieves the properties of the storage account's File service.Mono<com.azure.core.http.rest.Response<ShareServiceProperties>>ShareServiceAsyncClient. getPropertiesWithResponse()Retrieves the properties of the storage account's File service.com.azure.core.http.rest.Response<ShareServiceProperties>ShareServiceClient. getPropertiesWithResponse(Duration timeout, com.azure.core.util.Context context)Retrieves the properties of the storage account's File service.Methods in com.azure.storage.file.share with parameters of type ShareServiceProperties Modifier and Type Method Description Mono<Void>ShareServiceAsyncClient. setProperties(ShareServiceProperties properties)Sets the properties for the storage account's File service.voidShareServiceClient. setProperties(ShareServiceProperties properties)Sets the properties for the storage account's File service.Mono<com.azure.core.http.rest.Response<Void>>ShareServiceAsyncClient. setPropertiesWithResponse(ShareServiceProperties properties)Sets the properties for the storage account's File service.com.azure.core.http.rest.Response<Void>ShareServiceClient. setPropertiesWithResponse(ShareServiceProperties properties, Duration timeout, com.azure.core.util.Context context)Sets the properties for the storage account's File service. -
Uses of ShareServiceProperties in com.azure.storage.file.share.models
Methods in com.azure.storage.file.share.models that return ShareServiceProperties Modifier and Type Method Description ShareServicePropertiesShareServiceProperties. setCors(List<ShareCorsRule> cors)Set the cors property: The set of CORS rules.ShareServicePropertiesShareServiceProperties. setHourMetrics(ShareMetrics hourMetrics)Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareServicePropertiesShareServiceProperties. setMinuteMetrics(ShareMetrics minuteMetrics)Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.ShareServicePropertiesShareServiceProperties. setProtocol(ShareProtocolSettings protocol)Set the protocol property: Protocol settings.
-