Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner
Packages that use FileServicePropertiesInner
Package
Description
Package containing the service clients for StorageManagementClient.
Package containing the inner data models for StorageManagementClient.
-
Uses of FileServicePropertiesInner in com.azure.resourcemanager.storage.fluent
Methods in com.azure.resourcemanager.storage.fluent that return FileServicePropertiesInnerModifier and TypeMethodDescriptionFileServicesClient.getServiceProperties(String resourceGroupName, String accountName) Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.FileServicesClient.setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.resourcemanager.storage.fluent that return types with arguments of type FileServicePropertiesInnerModifier and TypeMethodDescriptionFileServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName) Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<FileServicePropertiesInner>FileServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, com.azure.core.util.Context context) Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<FileServicePropertiesInner>>FileServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName) Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.FileServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<FileServicePropertiesInner>FileServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<FileServicePropertiesInner>>FileServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Methods in com.azure.resourcemanager.storage.fluent with parameters of type FileServicePropertiesInnerModifier and TypeMethodDescriptionFileServicesClient.setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.FileServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.com.azure.core.http.rest.Response<FileServicePropertiesInner>FileServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, com.azure.core.util.Context context) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Mono<com.azure.core.http.rest.Response<FileServicePropertiesInner>>FileServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters) Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. -
Uses of FileServicePropertiesInner in com.azure.resourcemanager.storage.fluent.models
Methods in com.azure.resourcemanager.storage.fluent.models that return FileServicePropertiesInnerModifier and TypeMethodDescriptionSet the cors property: Specifies CORS rules for the File service.FileServicePropertiesInner.withProtocolSettings(ProtocolSettings protocolSettings) Set the protocolSettings property: Protocol settings for file service.FileServicePropertiesInner.withShareDeleteRetentionPolicy(DeleteRetentionPolicy shareDeleteRetentionPolicy) Set the shareDeleteRetentionPolicy property: The file service properties for share soft delete.Methods in com.azure.resourcemanager.storage.fluent.models that return types with arguments of type FileServicePropertiesInnerModifier and TypeMethodDescriptionFileServiceItemsInner.value()Get the value property: List of file services returned.