Skip to content

Commit f355fb1

Browse files
NoriZCwyunchi-ms
andauthored
[ConnectedVMware & StackHCIVM] Create Az.ConnectedVMware.md under ConnectedVMware/help (#23585)
* Create README.md * Add Az.ConnectedVMware.md * Add Az.StackHCIVM.md --------- Co-authored-by: Yunchi Wang <[email protected]>
1 parent 3ee94b9 commit f355fb1

File tree

2 files changed

+240
-0
lines changed

2 files changed

+240
-0
lines changed
Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
---
2+
Module Name: Az.ConnectedVMware
3+
Module Guid: a0ad279a-4e68-428d-8864-28b698ac90f8
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.connectedvmware
5+
Help Version: 1.0.0.0
6+
Locale: en-US
7+
---
8+
9+
# Az.ConnectedVMware Module
10+
## Description
11+
Microsoft Azure PowerShell: ConnectedVMware cmdlets
12+
13+
## Az.ConnectedVMware Cmdlets
14+
### [Get-AzConnectedVMwareCluster](Get-AzConnectedVMwareCluster.md)
15+
Implements cluster GET method.
16+
17+
### [Get-AzConnectedVMwareDatastore](Get-AzConnectedVMwareDatastore.md)
18+
Implements datastore GET method.
19+
20+
### [Get-AzConnectedVMwareHost](Get-AzConnectedVMwareHost.md)
21+
Implements host GET method.
22+
23+
### [Get-AzConnectedVMwareInventoryItem](Get-AzConnectedVMwareInventoryItem.md)
24+
Implements InventoryItem GET method.
25+
26+
### [Get-AzConnectedVMwareResourcePool](Get-AzConnectedVMwareResourcePool.md)
27+
Implements resourcePool GET method.
28+
29+
### [Get-AzConnectedVMwareVCenter](Get-AzConnectedVMwareVCenter.md)
30+
Implements vCenter GET method.
31+
32+
### [Get-AzConnectedVMwareVM](Get-AzConnectedVMwareVM.md)
33+
Retrieves information about a virtual machine instance.
34+
35+
### [Get-AzConnectedVMwareVMGuestAgent](Get-AzConnectedVMwareVMGuestAgent.md)
36+
Implements GuestAgent GET method.
37+
38+
### [Get-AzConnectedVMwareVMTemplate](Get-AzConnectedVMwareVMTemplate.md)
39+
Implements virtual machine template GET method.
40+
41+
### [Get-AzConnectedVMwareVNet](Get-AzConnectedVMwareVNet.md)
42+
Implements virtual network GET method.
43+
44+
### [New-AzConnectedVMwareCluster](New-AzConnectedVMwareCluster.md)
45+
Create cluster.
46+
47+
### [New-AzConnectedVMwareDatastore](New-AzConnectedVMwareDatastore.md)
48+
Create datastore.
49+
50+
### [New-AzConnectedVMwareHost](New-AzConnectedVMwareHost.md)
51+
Create host.
52+
53+
### [New-AzConnectedVMwareResourcePool](New-AzConnectedVMwareResourcePool.md)
54+
Create resourcePool.
55+
56+
### [New-AzConnectedVMwareVCenter](New-AzConnectedVMwareVCenter.md)
57+
Create vCenter.
58+
59+
### [New-AzConnectedVMwareVM](New-AzConnectedVMwareVM.md)
60+
The operation to Create a virtual machine instance.
61+
Please note some properties can be set only during virtual machine instance creation.
62+
63+
### [New-AzConnectedVMwareVMGuestAgent](New-AzConnectedVMwareVMGuestAgent.md)
64+
Create GuestAgent.
65+
66+
### [New-AzConnectedVMwareVMTemplate](New-AzConnectedVMwareVMTemplate.md)
67+
Create virtual machine template.
68+
69+
### [New-AzConnectedVMwareVNet](New-AzConnectedVMwareVNet.md)
70+
Create virtual network.
71+
72+
### [Remove-AzConnectedVMwareCluster](Remove-AzConnectedVMwareCluster.md)
73+
Implements cluster DELETE method.
74+
75+
### [Remove-AzConnectedVMwareDatastore](Remove-AzConnectedVMwareDatastore.md)
76+
Implements datastore DELETE method.
77+
78+
### [Remove-AzConnectedVMwareHost](Remove-AzConnectedVMwareHost.md)
79+
Implements host DELETE method.
80+
81+
### [Remove-AzConnectedVMwareResourcePool](Remove-AzConnectedVMwareResourcePool.md)
82+
Implements resourcePool DELETE method.
83+
84+
### [Remove-AzConnectedVMwareVCenter](Remove-AzConnectedVMwareVCenter.md)
85+
Implements vCenter DELETE method.
86+
87+
### [Remove-AzConnectedVMwareVM](Remove-AzConnectedVMwareVM.md)
88+
The operation to delete a virtual machine instance.
89+
90+
### [Remove-AzConnectedVMwareVMTemplate](Remove-AzConnectedVMwareVMTemplate.md)
91+
Implements virtual machine template DELETE method.
92+
93+
### [Remove-AzConnectedVMwareVNet](Remove-AzConnectedVMwareVNet.md)
94+
Implements virtual network DELETE method.
95+
96+
### [Restart-AzConnectedVMwareVM](Restart-AzConnectedVMwareVM.md)
97+
The operation to restart a virtual machine instance.
98+
99+
### [Start-AzConnectedVMwareVM](Start-AzConnectedVMwareVM.md)
100+
The operation to start a virtual machine instance.
101+
102+
### [Stop-AzConnectedVMwareVM](Stop-AzConnectedVMwareVM.md)
103+
The operation to power off (stop) a virtual machine instance.
104+
105+
### [Update-AzConnectedVMwareCluster](Update-AzConnectedVMwareCluster.md)
106+
API to update certain properties of the cluster resource.
107+
108+
### [Update-AzConnectedVMwareDatastore](Update-AzConnectedVMwareDatastore.md)
109+
API to update certain properties of the datastore resource.
110+
111+
### [Update-AzConnectedVMwareHost](Update-AzConnectedVMwareHost.md)
112+
API to update certain properties of the host resource.
113+
114+
### [Update-AzConnectedVMwareResourcePool](Update-AzConnectedVMwareResourcePool.md)
115+
API to update certain properties of the resourcePool resource.
116+
117+
### [Update-AzConnectedVMwareVCenter](Update-AzConnectedVMwareVCenter.md)
118+
API to update certain properties of the vCenter resource.
119+
120+
### [Update-AzConnectedVMwareVM](Update-AzConnectedVMwareVM.md)
121+
The operation to update a virtual machine instance.
122+
123+
### [Update-AzConnectedVMwareVMTemplate](Update-AzConnectedVMwareVMTemplate.md)
124+
API to update certain properties of the virtual machine template resource.
125+
126+
### [Update-AzConnectedVMwareVNet](Update-AzConnectedVMwareVNet.md)
127+
API to update certain properties of the virtual network resource.
128+
Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
---
2+
Module Name: Az.StackHCIVM
3+
Module Guid: 7389f67c-ec9d-4c13-9c9a-308834413af6
4+
Download Help Link: https://learn.microsoft.com/powershell/module/az.stackhcivm
5+
Help Version: 1.0.0.0
6+
Locale: en-US
7+
---
8+
9+
# Az.StackHCIVM Module
10+
## Description
11+
Microsoft Azure PowerShell: StackHcivm cmdlets
12+
13+
## Az.StackHCIVM Cmdlets
14+
### [Add-AzStackHCIVMVirtualMachineDataDisk](Add-AzStackHCIVMVirtualMachineDataDisk.md)
15+
The operation to add a data disk to a virtual machine.
16+
17+
### [Add-AzStackHCIVMVirtualMachineNetworkInterface](Add-AzStackHCIVMVirtualMachineNetworkInterface.md)
18+
The operation to add a network interface to a virtual machine.
19+
20+
### [Get-AzStackHCIVMImage](Get-AzStackHCIVMImage.md)
21+
Gets a gallery image
22+
23+
### [Get-AzStackHCIVMLogicalNetwork](Get-AzStackHCIVMLogicalNetwork.md)
24+
Gets a logical network
25+
26+
### [Get-AzStackHCIVMNetworkInterface](Get-AzStackHCIVMNetworkInterface.md)
27+
Gets a network interface
28+
29+
### [Get-AzStackHCIVMStoragePath](Get-AzStackHCIVMStoragePath.md)
30+
Gets a storage container
31+
32+
### [Get-AzStackHCIVMVirtualHardDisk](Get-AzStackHCIVMVirtualHardDisk.md)
33+
Gets a virtual hard disk
34+
35+
### [Get-AzStackHCIVMVirtualMachine](Get-AzStackHCIVMVirtualMachine.md)
36+
Gets a virtual machine
37+
38+
### [New-AzStackHCIVMImage](New-AzStackHCIVMImage.md)
39+
The operation to create an image.
40+
Please note some properties can be set only during image creation.
41+
42+
### [New-AzStackHCIVMLogicalNetwork](New-AzStackHCIVMLogicalNetwork.md)
43+
The operation to create or update a logical network.
44+
Please note some properties can be set only during logical network creation.
45+
46+
### [New-AzStackHCIVMNetworkInterface](New-AzStackHCIVMNetworkInterface.md)
47+
The operation to create or update a network interface.
48+
Please note some properties can be set only during network interface creation.
49+
50+
### [New-AzStackHCIVMStoragePath](New-AzStackHCIVMStoragePath.md)
51+
The operation to create or update a storage container.
52+
Please note some properties can be set only during storage container creation.
53+
54+
### [New-AzStackHCIVMVirtualHardDisk](New-AzStackHCIVMVirtualHardDisk.md)
55+
The operation to create or update a virtual hard disk.
56+
Please note some properties can be set only during virtual hard disk creation.
57+
58+
### [New-AzStackHCIVMVirtualMachine](New-AzStackHCIVMVirtualMachine.md)
59+
The operation to create or update a virtual machine.
60+
Please note some properties can be set only during virtual machine creation.
61+
62+
### [Remove-AzStackHCIVMImage](Remove-AzStackHCIVMImage.md)
63+
The operation to delete an image.
64+
65+
### [Remove-AzStackHCIVMLogicalNetwork](Remove-AzStackHCIVMLogicalNetwork.md)
66+
The operation to delete a logical network.
67+
68+
### [Remove-AzStackHCIVMNetworkInterface](Remove-AzStackHCIVMNetworkInterface.md)
69+
The operation to delete a network interface.
70+
71+
### [Remove-AzStackHCIVMStoragePath](Remove-AzStackHCIVMStoragePath.md)
72+
The operation to delete a storage container.
73+
74+
### [Remove-AzStackHCIVMVirtualHardDisk](Remove-AzStackHCIVMVirtualHardDisk.md)
75+
The operation to delete a virtual hard disk.
76+
77+
### [Remove-AzStackHCIVMVirtualMachine](Remove-AzStackHCIVMVirtualMachine.md)
78+
The operation to delete a virtual machine.
79+
80+
### [Remove-AzStackHCIVMVirtualMachineDataDisk](Remove-AzStackHCIVMVirtualMachineDataDisk.md)
81+
The operation to delete a data disk from a virtual machine.
82+
83+
### [Remove-AzStackHCIVMVirtualMachineNetworkInterface](Remove-AzStackHCIVMVirtualMachineNetworkInterface.md)
84+
The operation to delete a network interface from a virtual machine.
85+
86+
### [Restart-AzStackHCIVMVirtualMachine](Restart-AzStackHCIVMVirtualMachine.md)
87+
The operation to restart a virtual machine instance.
88+
89+
### [Start-AzStackHCIVMVirtualMachine](Start-AzStackHCIVMVirtualMachine.md)
90+
The operation to start a virtual machine instance.
91+
92+
### [Stop-AzStackHCIVMVirtualMachine](Stop-AzStackHCIVMVirtualMachine.md)
93+
The operation to stop a virtual machine instance.
94+
95+
### [Update-AzStackHCIVMImage](Update-AzStackHCIVMImage.md)
96+
The operation to update an image.
97+
98+
### [Update-AzStackHCIVMLogicalNetwork](Update-AzStackHCIVMLogicalNetwork.md)
99+
The operation to update a logical network.
100+
101+
### [Update-AzStackHCIVMNetworkInterface](Update-AzStackHCIVMNetworkInterface.md)
102+
The operation to update a network interface.
103+
104+
### [Update-AzStackHCIVMStoragePath](Update-AzStackHCIVMStoragePath.md)
105+
The operation to update a storage container.
106+
107+
### [Update-AzStackHCIVMVirtualHardDisk](Update-AzStackHCIVMVirtualHardDisk.md)
108+
The operation to update a virtual hard disk.
109+
110+
### [Update-AzStackHCIVMVirtualMachine](Update-AzStackHCIVMVirtualMachine.md)
111+
The operation to update a virtual machine instance.
112+

0 commit comments

Comments
 (0)