11---
22external help file : AzureRM.Compute.Experiments-help.xml
33Module Name : AzureRM.Compute.Experiments
4- online version :
4+ online version :
55schema : 2.0.0
66---
77
88# New-AzVm
99
1010## SYNOPSIS
11- {{Fill in the Synopsis}}
11+ Creates a virtual machine and all required resources.
1212
1313## SYNTAX
1414
@@ -19,26 +19,26 @@ New-AzVm [-Name] <String> [[-Credential] <PSCredential>] [[-ImageName] <String>]
1919```
2020
2121## DESCRIPTION
22- {{Fill in the Description}}
22+ The cmdlet creates a virtual machine and all required resources in Azure.
2323
2424## EXAMPLES
2525
2626### Example 1
2727```
28- PS C:\> {{ Add example code here }}
28+ PS C:\> New-AzVm -Name MyCoolVM
2929```
3030
31- {{ Add example description here }}
31+ Creates a virtual machine with name ` MyCoolVM ` .
3232
3333## PARAMETERS
3434
3535### -Credential
36- {{Fill Credential Description}}
36+ Specifies the user name and password for the virtual machine as a PSCredential object.
3737
3838``` yaml
3939Type : PSCredential
4040Parameter Sets : (All)
41- Aliases :
41+ Aliases :
4242
4343Required : False
4444Position : 1
@@ -48,12 +48,12 @@ Accept wildcard characters: False
4848` ` `
4949
5050### -ImageName
51- {{Fill ImageName Description}}
51+ A name of virtual machine image.
5252
5353` ` ` yaml
5454Type : String
5555Parameter Sets : (All)
56- Aliases :
56+ Aliases :
5757
5858Required : False
5959Position : 2
@@ -63,12 +63,12 @@ Accept wildcard characters: False
6363` ` `
6464
6565### -Location
66- {{Fill Location Description}}
66+ Specifies a location for the virtual machine.
6767
6868` ` ` yaml
6969Type : String
7070Parameter Sets : (All)
71- Aliases :
71+ Aliases :
7272
7373Required : False
7474Position : 4
@@ -78,12 +78,12 @@ Accept wildcard characters: False
7878` ` `
7979
8080### -Name
81- {{Fill Name Description}}
81+ A name of a virtual machine.
8282
8383` ` ` yaml
8484Type : String
8585Parameter Sets : (All)
86- Aliases :
86+ Aliases :
8787
8888Required : True
8989Position : 0
@@ -93,12 +93,12 @@ Accept wildcard characters: False
9393` ` `
9494
9595### -PublicIpAddressName
96- {{Fill PublicIpAddressName Description}}
96+ Specifies a name of PublicIPAddress object to assign to a network interface.
9797
9898` ` ` yaml
9999Type : String
100100Parameter Sets : (All)
101- Aliases :
101+ Aliases :
102102
103103Required : False
104104Position : 6
@@ -108,12 +108,12 @@ Accept wildcard characters: False
108108` ` `
109109
110110### -ResourceGroupName
111- {{Fill ResourceGroupName Description}}
111+ Specifies the name of a resource group.
112112
113113` ` ` yaml
114114Type : String
115115Parameter Sets : (All)
116- Aliases :
116+ Aliases :
117117
118118Required : False
119119Position : 3
@@ -123,12 +123,12 @@ Accept wildcard characters: False
123123` ` `
124124
125125### -SecurityGroupName
126- {{Fill SecurityGroupName Description}}
126+ Specifies a Network Security Group name.
127127
128128` ` ` yaml
129129Type : String
130130Parameter Sets : (All)
131- Aliases :
131+ Aliases :
132132
133133Required : False
134134Position : 7
@@ -138,12 +138,12 @@ Accept wildcard characters: False
138138` ` `
139139
140140### -VirtualNetworkName
141- {{Fill VirtualNetworkName Description}}
141+ Specifies a Virtual Network name.
142142
143143` ` ` yaml
144144Type : String
145145Parameter Sets : (All)
146- Aliases :
146+ Aliases :
147147
148148Required : False
149149Position : 5
0 commit comments