Class ManagedClusterStorageProfileBlobCsiDriver

java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileBlobCsiDriver

public final class ManagedClusterStorageProfileBlobCsiDriver extends Object
AzureBlob CSI Driver settings for the storage profile.
  • Constructor Details

    • ManagedClusterStorageProfileBlobCsiDriver

      public ManagedClusterStorageProfileBlobCsiDriver()
      Creates an instance of ManagedClusterStorageProfileBlobCsiDriver class.
  • Method Details

    • enabled

      public Boolean enabled()
      Get the enabled property: Whether to enable AzureBlob CSI Driver. The default value is false.
      Returns:
      the enabled value.
    • withEnabled

      public ManagedClusterStorageProfileBlobCsiDriver withEnabled(Boolean enabled)
      Set the enabled property: Whether to enable AzureBlob CSI Driver. The default value is false.
      Parameters:
      enabled - the enabled value to set.
      Returns:
      the ManagedClusterStorageProfileBlobCsiDriver object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.