Condividi tramite


IBlobServiceProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesTypeConverter))]
public interface IBlobServiceProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api10.IResourceAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesTypeConverter))>]
type IBlobServiceProperties = interface
    interface IJsonSerializable
    interface IResourceAutoGenerated
Public Interface IBlobServiceProperties
Implements IResourceAutoGenerated
Derived
Attributes
Implements

Properties

BlobServicePropertyAutomaticSnapshotPolicyEnabled

Automatic Snapshot is enabled if set to true.

BlobServicePropertyDefaultServiceVersion

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.

ChangeFeedEnabled

Indicates whether change feed event logging is enabled for the Blob service.

CorCorsRule

The List of CORS rules. You can include up to five CorsRule elements in the request.

DeleteRetentionPolicyDay

Indicates the number of days that the deleted blob should be retained. The minimum specified value can be 1 and the maximum value can be 365.

DeleteRetentionPolicyEnabled

Indicates whether DeleteRetentionPolicy is enabled for the Blob service.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from IResourceAutoGenerated)
Name

The name of the resource

(Inherited from IResourceAutoGenerated)
Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from IResourceAutoGenerated)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to