1
1
---
2
2
external help file : AzureRM.Compute.Experiments-help.xml
3
3
Module Name : AzureRM.Compute.Experiments
4
- online version :
4
+ online version :
5
5
schema : 2.0.0
6
6
---
7
7
8
8
# New-AzVm
9
9
10
10
## SYNOPSIS
11
- {{Fill in the Synopsis}}
11
+ Creates a virtual machine and all required resources.
12
12
13
13
## SYNTAX
14
14
@@ -19,26 +19,26 @@ New-AzVm [-Name] <String> [[-Credential] <PSCredential>] [[-ImageName] <String>]
19
19
```
20
20
21
21
## DESCRIPTION
22
- {{Fill in the Description}}
22
+ The cmdlet creates a virtual machine and all required resources in Azure.
23
23
24
24
## EXAMPLES
25
25
26
26
### Example 1
27
27
```
28
- PS C:\> {{ Add example code here }}
28
+ PS C:\> New-AzVm -Name MyCoolVM
29
29
```
30
30
31
- {{ Add example description here }}
31
+ Creates a virtual machine with name ` MyCoolVM ` .
32
32
33
33
## PARAMETERS
34
34
35
35
### -Credential
36
- {{Fill Credential Description}}
36
+ Specifies the user name and password for the virtual machine as a PSCredential object.
37
37
38
38
``` yaml
39
39
Type : PSCredential
40
40
Parameter Sets : (All)
41
- Aliases :
41
+ Aliases :
42
42
43
43
Required : False
44
44
Position : 1
@@ -48,12 +48,12 @@ Accept wildcard characters: False
48
48
` ` `
49
49
50
50
### -ImageName
51
- {{Fill ImageName Description}}
51
+ A name of virtual machine image.
52
52
53
53
` ` ` yaml
54
54
Type : String
55
55
Parameter Sets : (All)
56
- Aliases :
56
+ Aliases :
57
57
58
58
Required : False
59
59
Position : 2
@@ -63,12 +63,12 @@ Accept wildcard characters: False
63
63
` ` `
64
64
65
65
### -Location
66
- {{Fill Location Description}}
66
+ Specifies a location for the virtual machine.
67
67
68
68
` ` ` yaml
69
69
Type : String
70
70
Parameter Sets : (All)
71
- Aliases :
71
+ Aliases :
72
72
73
73
Required : False
74
74
Position : 4
@@ -78,12 +78,12 @@ Accept wildcard characters: False
78
78
` ` `
79
79
80
80
### -Name
81
- {{Fill Name Description}}
81
+ A name of a virtual machine.
82
82
83
83
` ` ` yaml
84
84
Type : String
85
85
Parameter Sets : (All)
86
- Aliases :
86
+ Aliases :
87
87
88
88
Required : True
89
89
Position : 0
@@ -93,12 +93,12 @@ Accept wildcard characters: False
93
93
` ` `
94
94
95
95
### -PublicIpAddressName
96
- {{Fill PublicIpAddressName Description}}
96
+ Specifies a name of PublicIPAddress object to assign to a network interface.
97
97
98
98
` ` ` yaml
99
99
Type : String
100
100
Parameter Sets : (All)
101
- Aliases :
101
+ Aliases :
102
102
103
103
Required : False
104
104
Position : 6
@@ -108,12 +108,12 @@ Accept wildcard characters: False
108
108
` ` `
109
109
110
110
### -ResourceGroupName
111
- {{Fill ResourceGroupName Description}}
111
+ Specifies the name of a resource group.
112
112
113
113
` ` ` yaml
114
114
Type : String
115
115
Parameter Sets : (All)
116
- Aliases :
116
+ Aliases :
117
117
118
118
Required : False
119
119
Position : 3
@@ -123,12 +123,12 @@ Accept wildcard characters: False
123
123
` ` `
124
124
125
125
### -SecurityGroupName
126
- {{Fill SecurityGroupName Description}}
126
+ Specifies a Network Security Group name.
127
127
128
128
` ` ` yaml
129
129
Type : String
130
130
Parameter Sets : (All)
131
- Aliases :
131
+ Aliases :
132
132
133
133
Required : False
134
134
Position : 7
@@ -138,12 +138,12 @@ Accept wildcard characters: False
138
138
` ` `
139
139
140
140
### -VirtualNetworkName
141
- {{Fill VirtualNetworkName Description}}
141
+ Specifies a Virtual Network name.
142
142
143
143
` ` ` yaml
144
144
Type : String
145
145
Parameter Sets : (All)
146
- Aliases :
146
+ Aliases :
147
147
148
148
Required : False
149
149
Position : 5
0 commit comments