-
Notifications
You must be signed in to change notification settings - Fork 46
Get OctopusResourceModel
dalmiro grañas edited this page Mar 19, 2017
·
16 revisions
###Summary This cmdlet creates instances of Octopus Resource Objects
###Parameters
Name | DataType | Description |
---|---|---|
Resource | System.String | Resource object model |
###Syntax
Get-OctopusResourceModel -Resource <string> [<CommonParameters>]
###Examples EXAMPLE 1
Creates an Environment Resource object
PS C:\>PS C:\> $EnvironmentObj = Get-OctopusResourceModel -Resource Environment
Getting Started
Cmdlets & Examples
- Get-OctopusChannel
- Get-OctopusConnectionInfo
- Get-OctopusDashboard
- Get-OctopusDeployment
- Get-OctopusEnvironment
- Get-OctopusFeed
- Get-OctopusLifecycle
- Get-OctopusMachine
- Get-OctopusProject
- Get-OctopusProjectGroup
- Get-OctopusRelease
- Get-OctopusResourceModel
- Get-OctopusServerThumbprint
- Get-OctopusTagSet
- Get-OctopusTeam
- Get-OctopusTenant
- Get-OctopusToolPath
- Get-OctopusToolsFolder
- Get-OctopusToolVersion
- Get-OctopusUser
- Get-OctopusVariableSet
- Install-OctopusTool
- New-OctopusConnection
- New-OctopusResource
- Remove-OctopusResource
- Set-OctopusConnectionInfo
- Set-OctopusReleaseStatus
- Set-OctopusToolPath
- Set-OctopusToolsFolder
- Update-OctopusResource
Advanced Examples
Real Life Scenarios
Release Notes