BlobServicePropertiesAutoGenerated 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.
The properties of a storage account’s Blob service.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter))]
public class BlobServicePropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.BlobServicePropertiesAutoGeneratedTypeConverter))>]
type BlobServicePropertiesAutoGenerated = class
interface IBlobServicePropertiesAutoGenerated
interface IJsonSerializable
Public Class BlobServicePropertiesAutoGenerated
Implements IBlobServicePropertiesAutoGenerated
- Inheritance
-
BlobServicePropertiesAutoGenerated
- Attributes
- Implements
Constructors
BlobServicePropertiesAutoGenerated() |
Creates an new BlobServicePropertiesAutoGenerated instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobServicePropertiesAutoGenerated. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BlobServicePropertiesAutoGenerated. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190401.IBlobServicePropertiesAutoGenerated. |
FromJsonString(String) |
Creates a new instance of BlobServicePropertiesAutoGenerated, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BlobServicePropertiesAutoGenerated into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |