Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions Commands/large-instance/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# [Command] _large-instance list_

Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcw==/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargeinstances 2023-07-20-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances 2023-07-20-preview -->

#### examples

- To list Azure Large Instances in a subscription
```bash
large-instance list --subscription $SUBSCRIPTION_ID
```

- To list Azure Large Instances in a specific subscription and resource group
```bash
large-instance list --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP
```
16 changes: 16 additions & 0 deletions Commands/large-instance/_restart.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-instance restart_

The operation to restart an Azure Large Instance (only for compute instances)

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9yZXN0YXJ0/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/restart 2023-07-20-preview -->

#### examples

- To restart an Azure Large Instance
```bash
large-instance restart --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
16 changes: 16 additions & 0 deletions Commands/large-instance/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-instance show_

Get an Azure Large Instance for the specified subscription, resource group, and instance name.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{} 2023-07-20-preview -->

#### examples

- To show details about an Azure Large Instance
```bash
large-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```
16 changes: 16 additions & 0 deletions Commands/large-instance/_shutdown.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-instance shutdown_

The operation to shutdown an Azure Large Instance (only for compute instances)

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zaHV0ZG93bg==/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/shutdown 2023-07-20-preview -->

#### examples

- To shutdown an Azure Large Instance
```bash
large-instance shutdown --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
16 changes: 16 additions & 0 deletions Commands/large-instance/_start.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-instance start_

The operation to start an Azure Large Instance (only for compute instances)

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fS9zdGFydA==/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{}/start 2023-07-20-preview -->

#### examples

- To start an Azure Large Instance
```bash
large-instance start --subscription $SUBSCRIPTION_ID --resource-group $RESOURCE_GROUP --instance-name $INSTANCE_NAME
```
16 changes: 16 additions & 0 deletions Commands/large-instance/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-instance update_

Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZWluc3RhbmNlcy97fQ==/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargeinstances/{} 2023-07-20-preview -->

#### examples

- To add an Azure Large Instance tag
```bash
large-instance update --subscription $SUBSCRIPTION_ID --instance-name=$INSTANCE_NAME --resource-group=$RESOURCE_GROUP --tags newKey=value
```
23 changes: 23 additions & 0 deletions Commands/large-instance/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# [Group] _large-instance_

Handle Operations for Compute Azure Large Instances.

## Commands

- [list](/Commands/large-instance/_list.md)
: Gets a list of Azure Large Instances in the specified subscription. The operations returns various properties of each Azure Large Instance.

- [restart](/Commands/large-instance/_restart.md)
: The operation to restart an Azure Large Instance (only for compute instances)

- [show](/Commands/large-instance/_show.md)
: Get an Azure Large Instance for the specified subscription, resource group, and instance name.

- [shutdown](/Commands/large-instance/_shutdown.md)
: The operation to shutdown an Azure Large Instance (only for compute instances)

- [start](/Commands/large-instance/_start.md)
: The operation to start an Azure Large Instance (only for compute instances)

- [update](/Commands/large-instance/_update.md)
: Update the Tags field of an Azure Large Instance for the specified subscription, resource group, and instance name.
17 changes: 17 additions & 0 deletions Commands/large-storage-instance/_list.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# [Command] _large-storage-instance list_

List a list of Azure Large Storage Instances in the specified subscription. The operations returns various properties of each Azure Large Storage instance.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXM=/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances 2023-07-20-preview -->
<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances 2023-07-20-preview -->

#### examples

- To list Azure Large Storage Instances in a specific subscription and resource group
```bash
large-storage-instance list --subscription $SUBSCRIPTIONID --resource-group $RESOURCE_GROUP
```
16 changes: 16 additions & 0 deletions Commands/large-storage-instance/_show.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-storage-instance show_

Get an Azure Large Storage instance for the specified subscription, resource group, and instance name.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{} 2023-07-20-preview -->

#### examples

- To show details about a specific Azure Large Storage Instance
```bash
large-storage-instance show --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP
```
16 changes: 16 additions & 0 deletions Commands/large-storage-instance/_update.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# [Command] _large-storage-instance update_

Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.

## Versions

### [2023-07-20-preview](/Resources/mgmt-plane/L3N1YnNjcmlwdGlvbnMve30vcmVzb3VyY2Vncm91cHMve30vcHJvdmlkZXJzL21pY3Jvc29mdC5henVyZWxhcmdlaW5zdGFuY2UvYXp1cmVsYXJnZXN0b3JhZ2VpbnN0YW5jZXMve30=/2023-07-20-preview.xml) **Stable**

<!-- mgmt-plane /subscriptions/{}/resourcegroups/{}/providers/microsoft.azurelargeinstance/azurelargestorageinstances/{} 2023-07-20-preview -->

#### examples

- To add an Azure Large Storage Instance tag
```bash
large-storage-instance update --subscription $SUBSCRIPTION_ID --instance-name $INSTANCE_NAME --resource-group $RESOURCE_GROUP --tags newKey=value
```
14 changes: 14 additions & 0 deletions Commands/large-storage-instance/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# [Group] _large-storage-instance_

Handle Operations for Storage Azure Large Instances.

## Commands

- [list](/Commands/large-storage-instance/_list.md)
: List a list of Azure Large Storage Instances in the specified subscription. The operations returns various properties of each Azure Large Storage instance.

- [show](/Commands/large-storage-instance/_show.md)
: Get an Azure Large Storage instance for the specified subscription, resource group, and instance name.

- [update](/Commands/large-storage-instance/_update.md)
: Update the Tags field of a Azure Large Storage Instance for the specified subscription, resource group, and instance name.
6 changes: 6 additions & 0 deletions Commands/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,12 @@
- [k8s-runtime](/Commands/k8s-runtime/readme.md)
: Manage Arc Kubernetes Runtime resources

- [large-instance](/Commands/large-instance/readme.md)
: Handle Operations for Compute Azure Large Instances.

- [large-storage-instance](/Commands/large-storage-instance/readme.md)
: Handle Operations for Storage Azure Large Instances.

- [load](/Commands/load/readme.md)
: Manage Azure Load Testing resources.

Expand Down
Loading