Class ManagedClusterStorageProfileBlobCsiDriver
java.lang.Object
com.azure.resourcemanager.containerservice.models.ManagedClusterStorageProfileBlobCsiDriver
AzureBlob CSI Driver settings for the storage profile.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ManagedClusterStorageProfileBlobCsiDriver class. -
Method Summary
Modifier and TypeMethodDescriptionenabled()Get the enabled property: Whether to enable AzureBlob CSI Driver.voidvalidate()Validates the instance.withEnabled(Boolean enabled) Set the enabled property: Whether to enable AzureBlob CSI Driver.
-
Constructor Details
-
ManagedClusterStorageProfileBlobCsiDriver
public ManagedClusterStorageProfileBlobCsiDriver()Creates an instance of ManagedClusterStorageProfileBlobCsiDriver class.
-
-
Method Details
-
enabled
Get the enabled property: Whether to enable AzureBlob CSI Driver. The default value is false.- Returns:
- the enabled value.
-
withEnabled
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.
-