BlobServiceData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the BlobService data model. The properties of a storage account’s Blob service.
public class BlobServiceData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Storage.BlobServiceData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Storage.BlobServiceData>
public class BlobServiceData : Azure.ResourceManager.Models.ResourceData
type BlobServiceData = class
inherit ResourceData
interface IJsonModel<BlobServiceData>
interface IPersistableModel<BlobServiceData>
type BlobServiceData = class
inherit ResourceData
Public Class BlobServiceData
Inherits ResourceData
Implements IJsonModel(Of BlobServiceData), IPersistableModel(Of BlobServiceData)
Public Class BlobServiceData
Inherits ResourceData
- Inheritance
- Implements
Constructors
BlobServiceData() |
Initializes a new instance of BlobServiceData. |
Properties
ChangeFeed |
The blob service properties for change feed events. |
ContainerDeleteRetentionPolicy |
The blob service properties for container soft delete. |
CorsRules |
The List of CORS rules. You can include up to five CorsRule elements in the request. |
DefaultServiceVersion |
DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions. |
DeleteRetentionPolicy |
The blob service properties for blob soft delete. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
IsAutomaticSnapshotPolicyEnabled |
Deprecated in favor of isVersioningEnabled property. |
IsVersioningEnabled |
Versioning is enabled if set to true. |
LastAccessTimeTrackingPolicy |
The blob service property to configure last access time based tracking policy. |
Name |
The name of the resource. (Inherited from ResourceData) |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RestorePolicy |
The blob service properties for blob restore policy. |
Sku |
Sku name and tier. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<BlobServiceData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<BlobServiceData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<BlobServiceData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<BlobServiceData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<BlobServiceData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET