Edit

New-AzSpringCloudAppDeploymentSourceUploadedObject

This cmdlet is part of a Preview module. Preview versions aren't recommended for use in production environments. For more information, see https://aka.ms/azps-refstatus.

Create an in-memory object for SourceUploadedUserSourceInfo.

Syntax

Default (Default)

New-AzSpringCloudAppDeploymentSourceUploadedObject
    [-ArtifactSelector <String>]
    [-RuntimeVersion <String>]
    [-Version <String>]
    [<CommonParameters>]

Description

Create an in-memory object for SourceUploadedUserSourceInfo.

Examples

Example 1: Create an in-memory object for SourceUploadedUserSourceInfo

New-AzSpringCloudAppDeploymentSourceUploadedObject
RelativePath Version ArtifactSelector RuntimeVersion
------------ ------- ---------------- --------------
<default>

Create an in-memory object for SourceUploadedUserSourceInfo.

Parameters

-ArtifactSelector

Selector for the artifact to be used for the deployment for multi-module projects. This should be the relative path to the target module/project.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-RuntimeVersion

Runtime version of the source file.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Version

Version of the source.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

SourceUploadedUserSourceInfo