|
1 |
| ---- |
2 |
| -external help file: Microsoft.Azure.Commands.DeploymentManager.dll-Help.xml |
3 |
| -Module Name: AzureRM.DeploymentManager |
4 |
| -online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.deploymentmanager/set-azurermdeploymentmanagerartifactsource |
5 |
| -schema: 2.0.0 |
6 |
| ---- |
7 |
| - |
8 |
| -# Set-AzureRmDeploymentManagerArtifactSource |
9 |
| - |
10 |
| -## SYNOPSIS |
11 |
| -Updates an artifact source. |
12 |
| - |
13 |
| -## SYNTAX |
14 |
| - |
15 |
| -``` |
16 |
| -Set-AzureRmDeploymentManagerArtifactSource [-ArtifactSource] <PSArtifactSource> |
17 |
| - [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] |
18 |
| -``` |
19 |
| - |
20 |
| -## DESCRIPTION |
21 |
| -The **Set-AzureRmDeploymentManagerArtifactSource** cmdlet updates an artifact source with the specified artifact source object. |
22 |
| -The cmdlet returns the updated ArtifactSource object. |
23 |
| - |
24 |
| -## EXAMPLES |
25 |
| - |
26 |
| -### Example 1 |
27 |
| -```powershell |
28 |
| -PS C:\> Get-AzureRmDeploymentManagerArtifactSource -ArtifactSource $artifactSourceObject |
29 |
| -``` |
30 |
| - |
31 |
| -This command updates an artifact source whose name and ResourceGroup match the Name and ResourceGroupName properties of the $artifactSourceObject, respectively. |
32 |
| -The artifact source would be updated to the properties set in the $artifactSourceObject. |
33 |
| - |
34 |
| -## PARAMETERS |
35 |
| - |
36 |
| -### -ArtifactSource |
37 |
| -The artifact source object. |
38 |
| - |
39 |
| -```yaml |
40 |
| -Type: Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
41 |
| -Parameter Sets: (All) |
42 |
| -Aliases: |
43 |
| - |
44 |
| -Required: True |
45 |
| -Position: 0 |
46 |
| -Default value: None |
47 |
| -Accept pipeline input: True (ByValue) |
48 |
| -Accept wildcard characters: False |
49 |
| -``` |
50 |
| -
|
51 |
| -### -DefaultProfile |
52 |
| -The credentials, account, tenant, and subscription used for communication with Azure. |
53 |
| -
|
54 |
| -```yaml |
55 |
| -Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer |
56 |
| -Parameter Sets: (All) |
57 |
| -Aliases: AzureRmContext, AzureCredential |
58 |
| - |
59 |
| -Required: False |
60 |
| -Position: Named |
61 |
| -Default value: None |
62 |
| -Accept pipeline input: False |
63 |
| -Accept wildcard characters: False |
64 |
| -``` |
65 |
| -
|
66 |
| -### -Confirm |
67 |
| -Prompts you for confirmation before running the cmdlet. |
68 |
| -
|
69 |
| -```yaml |
70 |
| -Type: System.Management.Automation.SwitchParameter |
71 |
| -Parameter Sets: (All) |
72 |
| -Aliases: cf |
73 |
| - |
74 |
| -Required: False |
75 |
| -Position: Named |
76 |
| -Default value: None |
77 |
| -Accept pipeline input: False |
78 |
| -Accept wildcard characters: False |
79 |
| -``` |
80 |
| -
|
81 |
| -### -WhatIf |
82 |
| -Shows what would happen if the cmdlet runs. The cmdlet is not run. |
83 |
| -
|
84 |
| -```yaml |
85 |
| -Type: System.Management.Automation.SwitchParameter |
86 |
| -Parameter Sets: (All) |
87 |
| -Aliases: wi |
88 |
| - |
89 |
| -Required: False |
90 |
| -Position: Named |
91 |
| -Default value: None |
92 |
| -Accept pipeline input: False |
93 |
| -Accept wildcard characters: False |
94 |
| -``` |
95 |
| -
|
96 |
| -### CommonParameters |
97 |
| -This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). |
98 |
| -
|
99 |
| -## INPUTS |
100 |
| -
|
101 |
| -### Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
102 |
| -
|
103 |
| -## OUTPUTS |
104 |
| -
|
105 |
| -### Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
106 |
| -
|
107 |
| -## NOTES |
108 |
| -
|
109 |
| -## RELATED LINKS |
110 |
| -
|
111 |
| -[New-AzureRmDeploymentManagerArtifactSource](./New-AzureRmDeploymentManagerArtifactSource.md) |
112 |
| -
|
113 |
| -[Get-AzureRmDeploymentManagerArtifactSource](./Get-AzureRmDeploymentManagerArtifactSource.md) |
114 |
| -
|
| 1 | +--- |
| 2 | +external help file: Microsoft.Azure.Commands.DeploymentManager.dll-Help.xml |
| 3 | +Module Name: AzureRM.DeploymentManager |
| 4 | +online version: https://docs.microsoft.com/en-us/powershell/module/azurerm.deploymentmanager/set-azurermdeploymentmanagerartifactsource |
| 5 | +schema: 2.0.0 |
| 6 | +--- |
| 7 | + |
| 8 | +# Set-AzureRmDeploymentManagerArtifactSource |
| 9 | + |
| 10 | +## SYNOPSIS |
| 11 | +Updates an artifact source. |
| 12 | + |
| 13 | +## SYNTAX |
| 14 | + |
| 15 | +``` |
| 16 | +Set-AzureRmDeploymentManagerArtifactSource [-ArtifactSource] <PSArtifactSource> |
| 17 | + [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>] |
| 18 | +``` |
| 19 | + |
| 20 | +## DESCRIPTION |
| 21 | +The **Set-AzureRmDeploymentManagerArtifactSource** cmdlet updates an artifact source with the specified artifact source object. |
| 22 | +The cmdlet returns the updated ArtifactSource object. |
| 23 | + |
| 24 | +## EXAMPLES |
| 25 | + |
| 26 | +### Example 1 |
| 27 | +```powershell |
| 28 | +PS C:\> Get-AzureRmDeploymentManagerArtifactSource -ArtifactSource $artifactSourceObject |
| 29 | +``` |
| 30 | + |
| 31 | +This command updates an artifact source whose name and ResourceGroup match the Name and ResourceGroupName properties of the $artifactSourceObject, respectively. |
| 32 | +The artifact source would be updated to the properties set in the $artifactSourceObject. |
| 33 | + |
| 34 | +## PARAMETERS |
| 35 | + |
| 36 | +### -ArtifactSource |
| 37 | +The artifact source object. |
| 38 | + |
| 39 | +```yaml |
| 40 | +Type: Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
| 41 | +Parameter Sets: (All) |
| 42 | +Aliases: |
| 43 | + |
| 44 | +Required: True |
| 45 | +Position: 0 |
| 46 | +Default value: None |
| 47 | +Accept pipeline input: True (ByValue) |
| 48 | +Accept wildcard characters: False |
| 49 | +``` |
| 50 | +
|
| 51 | +### -DefaultProfile |
| 52 | +The credentials, account, tenant, and subscription used for communication with Azure. |
| 53 | +
|
| 54 | +```yaml |
| 55 | +Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureContextContainer |
| 56 | +Parameter Sets: (All) |
| 57 | +Aliases: AzureRmContext, AzureCredential |
| 58 | + |
| 59 | +Required: False |
| 60 | +Position: Named |
| 61 | +Default value: None |
| 62 | +Accept pipeline input: False |
| 63 | +Accept wildcard characters: False |
| 64 | +``` |
| 65 | +
|
| 66 | +### -Confirm |
| 67 | +Prompts you for confirmation before running the cmdlet. |
| 68 | +
|
| 69 | +```yaml |
| 70 | +Type: System.Management.Automation.SwitchParameter |
| 71 | +Parameter Sets: (All) |
| 72 | +Aliases: cf |
| 73 | + |
| 74 | +Required: False |
| 75 | +Position: Named |
| 76 | +Default value: None |
| 77 | +Accept pipeline input: False |
| 78 | +Accept wildcard characters: False |
| 79 | +``` |
| 80 | +
|
| 81 | +### -WhatIf |
| 82 | +Shows what would happen if the cmdlet runs. The cmdlet is not run. |
| 83 | +
|
| 84 | +```yaml |
| 85 | +Type: System.Management.Automation.SwitchParameter |
| 86 | +Parameter Sets: (All) |
| 87 | +Aliases: wi |
| 88 | + |
| 89 | +Required: False |
| 90 | +Position: Named |
| 91 | +Default value: None |
| 92 | +Accept pipeline input: False |
| 93 | +Accept wildcard characters: False |
| 94 | +``` |
| 95 | +
|
| 96 | +### CommonParameters |
| 97 | +This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216). |
| 98 | +
|
| 99 | +## INPUTS |
| 100 | +
|
| 101 | +### Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
| 102 | +
|
| 103 | +## OUTPUTS |
| 104 | +
|
| 105 | +### Microsoft.Azure.Commands.DeploymentManager.Models.PSArtifactSource |
| 106 | +
|
| 107 | +## NOTES |
| 108 | +
|
| 109 | +## RELATED LINKS |
| 110 | +
|
| 111 | +[New-AzureRmDeploymentManagerArtifactSource](./New-AzureRmDeploymentManagerArtifactSource.md) |
| 112 | +
|
| 113 | +[Get-AzureRmDeploymentManagerArtifactSource](./Get-AzureRmDeploymentManagerArtifactSource.md) |
| 114 | +
|
115 | 115 | [Remove-AzureRmDeploymentManagerArtifactSource](./Remove-AzureRmDeploymentManagerArtifactSource.md)
|
0 commit comments