FileServicesClient Interface
public interface FileServicesClient
An instance of this class provides access to all the operations defined in FileServicesClient.
Method Summary
Method Details
getServiceProperties
public abstract FileServicePropertiesInner getServiceProperties(String resourceGroupName, String accountName)
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
getServicePropertiesAsync
public abstract Mono
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
getServicePropertiesWithResponse
public abstract Response
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
getServicePropertiesWithResponseAsync
public abstract Mono
Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
getServiceUsage
public abstract FileServiceUsageInner getServiceUsage(String resourceGroupName, String accountName)
Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Parameters:
Returns:
getServiceUsageAsync
public abstract Mono
Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Parameters:
Returns:
getServiceUsageWithResponse
public abstract Response
Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Parameters:
Returns:
getServiceUsageWithResponseAsync
public abstract Mono
Gets the usage of file service in storage account including account limits, file share limits and constants used in recommendations and bursting formula.
Parameters:
Returns:
list
public abstract FileServiceItemsInner list(String resourceGroupName, String accountName)
List all file services in storage accounts.
Parameters:
Returns:
listAsync
public abstract Mono
List all file services in storage accounts.
Parameters:
Returns:
listServiceUsages
public abstract PagedIterable
Gets the usages of file service in storage account.
Parameters:
Returns:
listServiceUsages
public abstract PagedIterable
Gets the usages of file service in storage account.
Parameters:
Returns:
listServiceUsagesAsync
public abstract PagedFlux
Gets the usages of file service in storage account.
Parameters:
Returns:
listServiceUsagesAsync
public abstract PagedFlux
Gets the usages of file service in storage account.
Parameters:
Returns:
listWithResponse
public abstract Response
List all file services in storage accounts.
Parameters:
Returns:
listWithResponseAsync
public abstract Mono
List all file services in storage accounts.
Parameters:
Returns:
setServiceProperties
public abstract FileServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
setServicePropertiesAsync
public abstract Mono
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
setServicePropertiesWithResponse
public abstract Response
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
setServicePropertiesWithResponseAsync
public abstract Mono
Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules.
Parameters:
Returns:
Applies to
Azure SDK for Java