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

244 строки
27 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient"
name: "BlobServicesClient"
nameWithType: "BlobServicesClient"
summary: "An instance of this class provides access to all the operations defined in Blob<wbr>Services<wbr>Client."
syntax: "public interface **BlobServicesClient**"
methods:
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServiceProperties(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
name: "getServiceProperties(String resourceGroupName, String accountName)"
nameWithType: "BlobServicesClient.getServiceProperties(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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 BlobServicePropertiesInner getServiceProperties(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesAsync(String resourceGroupName, String accountName)"
nameWithType: "BlobServicesClient.getServicePropertiesAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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<BlobServicePropertiesInner> getServicePropertiesAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
name: "getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
nameWithType: "BlobServicesClient.getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
summary: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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<BlobServicePropertiesInner> getServicePropertiesWithResponse(String resourceGroupName, String accountName, Context context)"
desc: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesWithResponseAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
nameWithType: "BlobServicesClient.getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
summary: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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<BlobServicePropertiesInner>> getServicePropertiesWithResponseAsync(String resourceGroupName, String accountName)"
desc: "Gets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service, including properties for Storage Analytics and CORS\n (Cross-Origin Resource Sharing) rules 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.list(String resourceGroupName, String accountName)"
name: "list(String resourceGroupName, String accountName)"
nameWithType: "BlobServicesClient.list(String resourceGroupName, String accountName)"
summary: "List blob services of storage account."
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 PagedIterable<BlobServicePropertiesInner> list(String resourceGroupName, String accountName)"
desc: "List blob services of storage account. It returns a collection of one object named default."
returns:
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.list(String resourceGroupName, String accountName, Context context)"
name: "list(String resourceGroupName, String accountName, Context context)"
nameWithType: "BlobServicesClient.list(String resourceGroupName, String accountName, Context context)"
summary: "List blob services of storage account."
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 PagedIterable<BlobServicePropertiesInner> list(String resourceGroupName, String accountName, Context context)"
desc: "List blob services of storage account. It returns a collection of one object named default."
returns:
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.listAsync(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.listAsync(String resourceGroupName, String accountName)"
name: "listAsync(String resourceGroupName, String accountName)"
nameWithType: "BlobServicesClient.listAsync(String resourceGroupName, String accountName)"
summary: "List blob services of storage account."
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 PagedFlux<BlobServicePropertiesInner> listAsync(String resourceGroupName, String accountName)"
desc: "List blob services of storage account. It returns a collection of one object named default."
returns:
description: "the paginated response with <xref uid=\"com.azure.core.http.rest.PagedFlux\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedFlux\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServiceProperties(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
name: "setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
nameWithType: "BlobServicesClient.setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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 a storage account\\u2019s Blob service, including properties for Storage Analytics\n and CORS (Cross-Origin Resource Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract BlobServicePropertiesInner setServiceProperties(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service."
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
name: "setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
nameWithType: "BlobServicesClient.setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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 a storage account\\u2019s Blob service, including properties for Storage Analytics\n and CORS (Cross-Origin Resource Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<BlobServicePropertiesInner> setServicePropertiesAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, Context context)"
name: "setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, Context context)"
nameWithType: "BlobServicesClient.setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, Context context)"
summary: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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 a storage account\\u2019s Blob service, including properties for Storage Analytics\n and CORS (Cross-Origin Resource Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" 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<BlobServicePropertiesInner> setServicePropertiesWithResponse(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters, Context context)"
desc: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesWithResponseAsync(java.lang.String,java.lang.String,com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner)"
fullName: "com.azure.resourcemanager.storage.fluent.BlobServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
name: "setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
nameWithType: "BlobServicesClient.setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
summary: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and 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 a storage account\\u2019s Blob service, including properties for Storage Analytics\n and CORS (Cross-Origin Resource Sharing) rules."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Mono<Response<BlobServicePropertiesInner>> setServicePropertiesWithResponseAsync(String resourceGroupName, String accountName, BlobServicePropertiesInner parameters)"
desc: "Sets the properties of a storage account\\\\u2019s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules."
returns:
description: "the properties of a storage account\\u2019s Blob service 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.BlobServicePropertiesInner?alt=com.azure.resourcemanager.storage.fluent.models.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in BlobServicesClient."
metadata: {}
package: "com.azure.resourcemanager.storage.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-storage:2.42.0