Open Shift Managed Cluster Args
constructor(agentPoolProfiles: Output<List<OpenShiftManagedClusterAgentPoolProfileArgs>>? = null, authProfile: Output<OpenShiftManagedClusterAuthProfileArgs>? = null, location: Output<String>? = null, masterPoolProfile: Output<OpenShiftManagedClusterMasterPoolProfileArgs>? = null, monitorProfile: Output<OpenShiftManagedClusterMonitorProfileArgs>? = null, networkProfile: Output<NetworkProfileArgs>? = null, openShiftVersion: Output<String>? = null, plan: Output<PurchasePlanArgs>? = null, refreshCluster: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, resourceName: Output<String>? = null, routerProfiles: Output<List<OpenShiftRouterProfileArgs>>? = null, tags: Output<Map<String, String>>? = null)