ISite.IsNoStorageEnabled Property
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.
Whether this no-storage site is disabled detailed logging for
[Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this no-storage site is disabled detailed logging for", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isNoStorageEnabled")]
public bool? IsNoStorageEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.BotService.Runtime.Info(Description="Whether this no-storage site is disabled detailed logging for", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="isNoStorageEnabled")>]
member this.IsNoStorageEnabled : Nullable<bool> with get, set
Public Property IsNoStorageEnabled As Nullable(Of Boolean)
Property Value
- Attributes