UpdateHistoryProperty Constructors
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.
Overloads
UpdateHistoryProperty() |
Initializes a new instance of the UpdateHistoryProperty class. |
UpdateHistoryProperty(ImmutabilityPolicyUpdateType, Nullable<Int32>, Nullable<DateTime>, String, String, String) |
Initializes a new instance of the UpdateHistoryProperty class. |
UpdateHistoryProperty()
Initializes a new instance of the UpdateHistoryProperty class.
public UpdateHistoryProperty ();
Public Sub New ()
Applies to
UpdateHistoryProperty(ImmutabilityPolicyUpdateType, Nullable<Int32>, Nullable<DateTime>, String, String, String)
Initializes a new instance of the UpdateHistoryProperty class.
public UpdateHistoryProperty (Microsoft.Azure.Management.Storage.Fluent.Models.ImmutabilityPolicyUpdateType update = default, int? immutabilityPeriodSinceCreationInDays = default, DateTime? timestamp = default, string objectIdentifier = default, string tenantId = default, string upn = default);
new Microsoft.Azure.Management.Storage.Fluent.Models.UpdateHistoryProperty : Microsoft.Azure.Management.Storage.Fluent.Models.ImmutabilityPolicyUpdateType * Nullable<int> * Nullable<DateTime> * string * string * string -> Microsoft.Azure.Management.Storage.Fluent.Models.UpdateHistoryProperty
Public Sub New (Optional update As ImmutabilityPolicyUpdateType = Nothing, Optional immutabilityPeriodSinceCreationInDays As Nullable(Of Integer) = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional objectIdentifier As String = Nothing, Optional tenantId As String = Nothing, Optional upn As String = Nothing)
Parameters
- update
- ImmutabilityPolicyUpdateType
The ImmutabilityPolicy update type of a blob container, possible values include: put, lock and extend. Possible values include: 'put', 'lock', 'extend'
The immutability period for the blobs in the container since the policy creation, in days.
- objectIdentifier
- String
Returns the Object ID of the user who updated the ImmutabilityPolicy.
- tenantId
- String
Returns the Tenant ID that issued the token for the user who updated the ImmutabilityPolicy.
- upn
- String
Returns the User Principal Name of the user who updated the ImmutabilityPolicy.
Applies to
Azure SDK for .NET