Share via


StorageMigrationOptions.BlockWriteAccessToSite Property

Definition

Gets or sets <code>true</code> if the app should be read only during copy operation; otherwise, <code>false</code>.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.blockWriteAccessToSite")]
public bool? BlockWriteAccessToSite { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.blockWriteAccessToSite")>]
member this.BlockWriteAccessToSite : Nullable<bool> with get, set
Public Property BlockWriteAccessToSite As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to