Share via


IMachine.AgentConfigurationExtensionsBlockList Property

Definition

Array of extensions that are blocked (cannot be installed or updated)

[Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="Array of extensions that are blocked (cannot be installed or updated)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensionsBlockList", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension> AgentConfigurationExtensionsBlockList { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Runtime.Info(Create=false, Description="Array of extensions that are blocked (cannot be installed or updated)", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensionsBlockList", Update=false)>]
member this.AgentConfigurationExtensionsBlockList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IConfigurationExtension>
Public ReadOnly Property AgentConfigurationExtensionsBlockList As List(Of IConfigurationExtension)

Property Value

Attributes

Applies to