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

80 строки
7.5 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.storage.BlobServiceProperties"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties"
name: "BlobServiceProperties"
nameWithType: "BlobServiceProperties"
summary: "Type representing Blob<wbr>Service<wbr>Properties."
syntax: "public interface **BlobServiceProperties**</br> extends <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.BlobServicePropertiesInner?alt=com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" 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;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.BlobServiceProperties.Update?alt=com.microsoft.azure.management.storage.BlobServiceProperties.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;, <xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.implementation.StorageManager?alt=com.microsoft.azure.management.storage.implementation.StorageManager&text=StorageManager\" data-throw-if-not-resolved=\"False\" />&gt;"
methods:
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.cors()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.cors()"
name: "cors()"
nameWithType: "BlobServiceProperties.cors()"
modifiers:
- "abstract"
syntax: "public abstract CorsRules cors()"
returns:
description: "the cors value."
type: "<xref href=\"com.microsoft.azure.management.storage.CorsRules?alt=com.microsoft.azure.management.storage.CorsRules&text=CorsRules\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.defaultServiceVersion()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.defaultServiceVersion()"
name: "defaultServiceVersion()"
nameWithType: "BlobServiceProperties.defaultServiceVersion()"
modifiers:
- "abstract"
syntax: "public abstract String defaultServiceVersion()"
returns:
description: "the defaultServiceVersion value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.deleteRetentionPolicy()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.deleteRetentionPolicy()"
name: "deleteRetentionPolicy()"
nameWithType: "BlobServiceProperties.deleteRetentionPolicy()"
modifiers:
- "abstract"
syntax: "public abstract DeleteRetentionPolicy deleteRetentionPolicy()"
returns:
description: "the deleteRetentionPolicy value."
type: "<xref href=\"com.microsoft.azure.management.storage.DeleteRetentionPolicy?alt=com.microsoft.azure.management.storage.DeleteRetentionPolicy&text=DeleteRetentionPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.id()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.id()"
name: "id()"
nameWithType: "BlobServiceProperties.id()"
modifiers:
- "abstract"
syntax: "public abstract String id()"
returns:
description: "the id value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.name()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.name()"
name: "name()"
nameWithType: "BlobServiceProperties.name()"
modifiers:
- "abstract"
syntax: "public abstract String name()"
returns:
description: "the name value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.storage.BlobServiceProperties.type()"
fullName: "com.microsoft.azure.management.storage.BlobServiceProperties.type()"
name: "type()"
nameWithType: "BlobServiceProperties.type()"
modifiers:
- "abstract"
syntax: "public abstract String type()"
returns:
description: "the type value."
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "Type representing BlobServiceProperties."
implements:
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager?alt=com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager&text=HasManager\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.implementation.StorageManager?alt=com.microsoft.azure.management.storage.implementation.StorageManager&text=StorageManager\" 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.BlobServicePropertiesInner?alt=com.microsoft.azure.management.storage.implementation.BlobServicePropertiesInner&text=BlobServicePropertiesInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Indexable?alt=com.microsoft.azure.management.resources.fluentcore.model.Indexable&text=Indexable\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Refreshable?alt=com.microsoft.azure.management.resources.fluentcore.model.Refreshable&text=Refreshable\" 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;"
- "<xref href=\"com.microsoft.azure.management.resources.fluentcore.model.Updatable?alt=com.microsoft.azure.management.resources.fluentcore.model.Updatable&text=Updatable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.microsoft.azure.management.storage.BlobServiceProperties.Update?alt=com.microsoft.azure.management.storage.BlobServiceProperties.Update&text=Update\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.microsoft.azure.management.storage"
artifact: com.microsoft.azure:azure-mgmt-storage:1.41.4