Uses of Class
com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner
-
Packages that use FileServicePropertiesInner Package Description com.azure.resourcemanager.storage.fluent Package containing the service clients for StorageManagementClient.com.azure.resourcemanager.storage.fluent.models 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 FileServicePropertiesInner Modifier and Type Method Description FileServicePropertiesInnerFileServicesClient. getServiceProperties(String resourceGroupName, String accountName)Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.FileServicePropertiesInnerFileServicesClient. 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 FileServicePropertiesInner Modifier and Type Method Description Mono<FileServicePropertiesInner>FileServicesClient. 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.Mono<FileServicePropertiesInner>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 FileServicePropertiesInner Modifier and Type Method Description FileServicePropertiesInnerFileServicesClient. setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.Mono<FileServicePropertiesInner>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 FileServicePropertiesInner Modifier and Type Method Description FileServicePropertiesInnerFileServicePropertiesInner. withCors(CorsRules cors)Set the cors property: Specifies CORS rules for the File service.FileServicePropertiesInnerFileServicePropertiesInner. withProtocolSettings(ProtocolSettings protocolSettings)Set the protocolSettings property: Protocol settings for file service.FileServicePropertiesInnerFileServicePropertiesInner. 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 FileServicePropertiesInner Modifier and Type Method Description List<FileServicePropertiesInner>FileServiceItemsInner. value()Get the value property: List of file services returned.
-