Uses of Class
com.azure.storage.file.share.models.ShareServiceProperties
Packages that use ShareServiceProperties
Package
Description
This package contains the classes to perform actions on Azure Storage File.
Package containing the data models for AzureFileStorage.
-
Uses of ShareServiceProperties in com.azure.storage.file.share
Methods in com.azure.storage.file.share that return ShareServicePropertiesModifier and TypeMethodDescriptionShareServiceClient.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 ShareServicePropertiesModifier and TypeMethodDescriptionShareServiceAsyncClient.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 ShareServicePropertiesModifier and TypeMethodDescriptionShareServiceAsyncClient.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.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 ShareServicePropertiesModifier and TypeMethodDescriptionstatic ShareServicePropertiesShareServiceProperties.fromXml(com.azure.xml.XmlReader xmlReader) Reads an instance of ShareServiceProperties from the XmlReader.static ShareServicePropertiesReads an instance of ShareServiceProperties from the XmlReader.ShareServiceProperties.setCors(List<ShareCorsRule> cors) Set the cors property: The set of CORS rules.ShareServiceProperties.setHourMetrics(ShareMetrics hourMetrics) Set the hourMetrics property: A summary of request statistics grouped by API in hourly aggregates for files.ShareServiceProperties.setMinuteMetrics(ShareMetrics minuteMetrics) Set the minuteMetrics property: A summary of request statistics grouped by API in minute aggregates for files.ShareServiceProperties.setProtocol(ShareProtocolSettings protocol) Set the protocol property: Protocol settings.