BlobServicePropertiesInner Class

Definition

The properties of a storage account’s Blob service.

[Microsoft.Rest.Serialization.JsonTransformation]
public class BlobServicePropertiesInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BlobServicePropertiesInner = class
    inherit Resource
Public Class BlobServicePropertiesInner
Inherits Resource
Inheritance
BlobServicePropertiesInner
Attributes

Constructors

BlobServicePropertiesInner()

Initializes a new instance of the BlobServicePropertiesInner class.

BlobServicePropertiesInner(String, String, String, CorsRules, String, DeleteRetentionPolicy)

Initializes a new instance of the BlobServicePropertiesInner class.

Properties

Cors

Gets or sets specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service.

DefaultServiceVersion

Gets or sets 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

Gets or sets the blob service properties for soft delete.

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Resource location

(Inherited from Resource)
Name

Resource name

(Inherited from ProxyResource)
Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object.

Applies to