azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

36 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.BlobServices"
fullName: "com.microsoft.azure.management.storage.BlobServices"
name: "BlobServices"
nameWithType: "BlobServices"
summary: "Type representing Blob<wbr>Services."
syntax: "public interface **BlobServices**</br> extends <xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.BlobServiceProperties.DefinitionStages.Blank?alt=com.microsoft.azure.management.storage.BlobServiceProperties.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.implementation.BlobServicesInner?alt=com.microsoft.azure.management.storage.implementation.BlobServicesInner&text=BlobServicesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.storage.BlobServices.getServicePropertiesAsync(java.lang.String,java.lang.String)"
fullName: "com.microsoft.azure.management.storage.BlobServices.getServicePropertiesAsync(String resourceGroupName, String accountName)"
name: "getServicePropertiesAsync(String resourceGroupName, String accountName)"
nameWithType: "BlobServices.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 insensitive."
name: "resourceGroupName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- description: "The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only."
name: "accountName"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Observable<BlobServiceProperties> 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 observable for the request"
type: "<xref href=\"rx.Observable?alt=rx.Observable&text=Observable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.BlobServiceProperties?alt=com.microsoft.azure.management.storage.BlobServiceProperties&text=BlobServiceProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Type representing BlobServices."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating?alt=com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating&text=SupportsCreating\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.BlobServiceProperties.DefinitionStages.Blank?alt=com.microsoft.azure.management.storage.BlobServiceProperties.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.HasInner?alt=com.microsoft.azure.management.resources.fluentcore.model.HasInner&text=HasInner\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.implementation.BlobServicesInner?alt=com.microsoft.azure.management.storage.implementation.BlobServicesInner&text=BlobServicesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4