ManagedClusterType
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Id | String | ManagedClusterType ID | [optional] [readonly] |
| Type | String | ManagedClusterType type name | [required] |
| Pod | String | ManagedClusterType pod | [required] |
| Org | String | ManagedClusterType org | [required] |
| ManagedProcessIds | []String | List of processes for the cluster type | [optional] |
Examples
- Prepare the resource
$ManagedClusterType = Initialize-V2025ManagedClusterType -Id aClusterTypeId `
-Type idn `
-Pod megapod-useast1 `
-Org denali-cjh `
-ManagedProcessIds [someId, someId2]
- Convert the resource to JSON
$ManagedClusterType | ConvertTo-JSON