PSManagedClusterWindowsProfile.EnableCSIProxy Property

Definition

Gets or sets whether to enable CSI proxy.

public bool? EnableCSIProxy { get; set; }
member this.EnableCSIProxy : Nullable<bool> with get, set
Public Property EnableCSIProxy As Nullable(Of Boolean)

Property Value

Remarks

For more details on CSI proxy, see the [CSI proxy GitHub repo](https://github.com/kubernetes-csi/csi-proxy).

Applies to