PreBuildStep Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Model representing a pre-build step.
public class PreBuildStep : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.PreBuildStep>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.PreBuildStep>
type PreBuildStep = class
interface IJsonModel<PreBuildStep>
interface IPersistableModel<PreBuildStep>
Public Class PreBuildStep
Implements IJsonModel(Of PreBuildStep), IPersistableModel(Of PreBuildStep)
- Inheritance
-
PreBuildStep
- Implements
Constructors
| Name | Description |
|---|---|
| PreBuildStep() |
Initializes a new instance of PreBuildStep. |
Properties
| Name | Description |
|---|---|
| Description |
Description of the pre-build step. |
| HttpGet |
Http get request to send before the build. |
| Scripts |
List of custom commands to run. |