StaticSitesWorkflowPreviewRequestProperties 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.
StaticSitesWorkflowPreviewRequest resource specific properties
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSitesWorkflowPreviewRequestPropertiesTypeConverter))]
public class StaticSitesWorkflowPreviewRequestProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSitesWorkflowPreviewRequestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.StaticSitesWorkflowPreviewRequestPropertiesTypeConverter))>]
type StaticSitesWorkflowPreviewRequestProperties = class
interface IStaticSitesWorkflowPreviewRequestProperties
interface IJsonSerializable
Public Class StaticSitesWorkflowPreviewRequestProperties
Implements IStaticSitesWorkflowPreviewRequestProperties
- Inheritance
-
StaticSitesWorkflowPreviewRequestProperties
- Attributes
- Implements
Constructors
StaticSitesWorkflowPreviewRequestProperties() |
Creates an new StaticSitesWorkflowPreviewRequestProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSitesWorkflowPreviewRequestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSitesWorkflowPreviewRequestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20231201.IStaticSitesWorkflowPreviewRequestProperties. |
FromJsonString(String) |
Creates a new instance of StaticSitesWorkflowPreviewRequestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSitesWorkflowPreviewRequestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |