test with just powershell beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 20:18:21 -05:00
parent 42436403b2
commit f36c734ca4
1824 changed files with 1 additions and 130758 deletions

View File

@@ -1,37 +0,0 @@
---
id: managed-cluster-queue
title: ManagedClusterQueue
pagination_label: ManagedClusterQueue
sidebar_label: ManagedClusterQueue
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'ManagedClusterQueue']
slug: /tools/sdk/powershell/v3/models/managed-cluster-queue
tags: ['SDK', 'Software Development Kit', 'ManagedClusterQueue']
---
# ManagedClusterQueue
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**Name** | Pointer to **String** | ManagedCluster queue name | [optional]
**Region** | Pointer to **String** | ManagedCluster queue aws region | [optional]
## Examples
- Prepare the resource
```powershell
$ManagedClusterQueue = Initialize-PSSailpoint.V3ManagedClusterQueue -Name megapod-useast1-denali-lwt-cluster-1533 `
-Region us-east-1
```
- Convert the resource to JSON
```powershell
$ManagedClusterQueue | ConvertTo-JSON
```
[[Back to top]](#)