azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.s...

263 строки
28 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient"
name: "FileServicesClient"
nameWithType: "FileServicesClient"
summary: "An instance of this class provides access to all the operations defined in File<wbr>Services<wbr>Client."
syntax: "public interface **FileServicesClient**"
methods:
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServiceProperties(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
name: "getServiceProperties(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
summary: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract FileServicePropertiesInner getServiceProperties(String resourceGroupName, String accountName)"
desc: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing)\n rules."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesAsync(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<FileServicePropertiesInner> getServicePropertiesAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules\n on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
name: "getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "FileServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<FileServicePropertiesInner> getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules\n along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<FileServicePropertiesInner>> getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules\n along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.list(String resourceGroupName, String accountName)"
summary: "List all file services in storage accounts."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract FileServiceItemsInner list(String resourceGroupName, String accountName)"
desc: "List all file services in storage accounts."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner&text=FileServiceItemsInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listAsync(String resourceGroupName, String accountName)"
name: "listAsync(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.listAsync(String resourceGroupName, String accountName)"
summary: "List all file services in storage accounts."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<FileServiceItemsInner> listAsync(String resourceGroupName, String accountName)"
desc: "List all file services in storage accounts."
returns:
description: "the response body on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner&text=FileServiceItemsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listWithResponse(String resourceGroupName, String accountName, Context context)"
name: "listWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "FileServicesClient.listWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "List all file services in storage accounts."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<FileServiceItemsInner> listWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "List all file services in storage accounts."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner&text=FileServiceItemsInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.listWithResponseAsync(String resourceGroupName, String accountName)"
name: "listWithResponseAsync(String resourceGroupName, String accountName)"
nameWithType: "FileServicesClient.listWithResponseAsync(String resourceGroupName, String accountName)"
summary: "List all file services in storage accounts."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Mono<Response<FileServiceItemsInner>> listWithResponseAsync(String resourceGroupName, String accountName)"
desc: "List all file services in storage accounts."
returns:
description: "the response body along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServiceItemsInner&text=FileServiceItemsInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServiceProperties(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
name: "setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
nameWithType: "FileServicesClient.setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
summary: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of file services in storage accounts, including CORS (Cross-Origin Resource\n Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract FileServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
desc: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of File services in storage account."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
name: "setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
nameWithType: "FileServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
summary: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of file services in storage accounts, including CORS (Cross-Origin Resource\n Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<FileServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
desc: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of File services in storage account on successful completion of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, Context context)"
name: "setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, Context context)"
nameWithType: "FileServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, Context context)"
summary: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of file services in storage accounts, including CORS (Cross-Origin Resource\n Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<FileServicePropertiesInner> setServicePropertiesWithResponse(String resourceGroupName, String accountName, FileServicePropertiesInner parameters, Context context)"
desc: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of File services in storage account along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.FileServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
name: "setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
nameWithType: "FileServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
summary: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group within the user's subscription. The name is case\n insensitive."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of the storage account within the specified resource group. Storage account names\n must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The properties of file services in storage accounts, including CORS (Cross-Origin Resource\n Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<FileServicePropertiesInner>> setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, FileServicePropertiesInner parameters)"
desc: "Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of File services in storage account along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref> on successful completion\n of <xref uid=\"reactor.core.publisher.Mono\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Mono\"></xref>."
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a>&lt;<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.FileServicePropertiesInner&text=FileServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in FileServicesClient."
metadata: {}
package: "com.azure.resourcemanager.storage.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.42.0