IStaticSitesWorkflowPreviewRequestProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestPropertiesTypeConverter))]
public interface IStaticSitesWorkflowPreviewRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestPropertiesTypeConverter))>]
type IStaticSitesWorkflowPreviewRequestProperties = interface
interface IJsonSerializable
Public Interface IStaticSitesWorkflowPreviewRequestProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Branch |
The target branch in the repository. |
BuildPropertyApiBuildCommand |
A custom command to run during deployment of the Azure Functions API application. |
BuildPropertyApiLocation |
The path to the api code within the repository. |
BuildPropertyAppArtifactLocation |
Deprecated: The path of the app artifacts after building (deprecated in favor of OutputLocation) |
BuildPropertyAppBuildCommand |
A custom command to run during deployment of the static content application. |
BuildPropertyAppLocation |
The path to the app code within the repository. |
BuildPropertyGithubActionSecretNameOverride |
Github Action secret name override. |
BuildPropertyOutputLocation |
The output path of the app after building. |
BuildPropertySkipGithubActionWorkflowGeneration |
Skip Github Action workflow generation. |
RepositoryUrl |
URL for the repository of the static site. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |