ManagedClusterStorageProfileBlobCsiDriver Class

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

public final class ManagedClusterStorageProfileBlobCsiDriver

AzureBlob CSI Driver settings for the storage profile.

Constructor Summary

Constructor Description
ManagedClusterStorageProfileBlobCsiDriver()

Creates an instance of ManagedClusterStorageProfileBlobCsiDriver class.

Method Summary

Modifier and Type Method and Description
Boolean enabled()

Get the enabled property: Whether to enable AzureBlob CSI Driver.

void validate()

Validates the instance.

ManagedClusterStorageProfileBlobCsiDriver withEnabled(Boolean enabled)

Set the enabled property: Whether to enable AzureBlob CSI Driver.

Methods inherited from java.lang.Object

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.

validate

public void validate()

Validates the instance.

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.

Applies to