Compartir a través de


IAgentConfiguration.ExtensionsBlockList Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.Models.IConfigurationExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensionsBlockList", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension> ExtensionsBlockList { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.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.ConnectedMachine.Models.IConfigurationExtension) }, Read=true, ReadOnly=true, Required=false, SerializedName="extensionsBlockList", Update=false)>]
member this.ExtensionsBlockList : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.ConnectedMachine.Models.IConfigurationExtension>
Public ReadOnly Property ExtensionsBlockList As List(Of IConfigurationExtension)

Property Value

Attributes

Applies to