Basesettings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| IsEnabled | Boolean | Indicates whether the feature or configuration is enabled. | [optional] [default to $false] |
| ClusterId | String | The identifier of the cluster associated with this configuration, if applicable. | [optional] |
Examples
- Prepare the resource
$Basesettings = Initialize-Basesettings -IsEnabled true `
-ClusterId cluster-001
- Convert the resource to JSON
$Basesettings | ConvertTo-JSON