BlobServiceProperties1 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.BlobServiceProperties1TypeConverter))]
public class BlobServiceProperties1 : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IBlobServiceProperties1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.BlobServiceProperties1TypeConverter))>]
type BlobServiceProperties1 = class
interface IBlobServiceProperties1
interface IJsonSerializable
Public Class BlobServiceProperties1
Implements IBlobServiceProperties1
- Inheritance
-
BlobServiceProperties1
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| BlobServiceProperties1() |
Creates an new BlobServiceProperties1 instance. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BlobServiceProperties1. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BlobServiceProperties1. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IBlobServiceProperties1. |
| FromJsonString(String) |
Creates a new instance of BlobServiceProperties1, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of BlobServiceProperties1 into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |