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:
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:
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