IDefenderForStorageSetting.OverrideSubscriptionLevelSetting 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.
Indicates whether the settings defined for this storage account should override the settings defined for the subscription.
[Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Runtime.Info(Create=true, Description="Indicates whether the settings defined for this storage account should override the settings defined for the subscription.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="overrideSubscriptionLevelSettings", Update=true)]
public bool? OverrideSubscriptionLevelSetting { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DefenderForStorage.Runtime.Info(Create=true, Description="Indicates whether the settings defined for this storage account should override the settings defined for the subscription.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="overrideSubscriptionLevelSettings", Update=true)>]
member this.OverrideSubscriptionLevelSetting : Nullable<bool> with get, set
Public Property OverrideSubscriptionLevelSetting As Nullable(Of Boolean)
Property Value
- Attributes