IBlobServicePropertiesAutoGenerated Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter))]
public interface IBlobServicePropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter))>]
type IBlobServicePropertiesAutoGenerated = interface
interface IJsonSerializable
Public Interface IBlobServicePropertiesAutoGenerated
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
AutomaticSnapshotPolicyEnabled |
Automatic Snapshot is enabled if set to true. |
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. |
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. |
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. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |