StaticSitesWorkflowPreviewRequest 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.
Request entity for previewing the Static Site workflow
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestTypeConverter))]
public class StaticSitesWorkflowPreviewRequest : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitesWorkflowPreviewRequest, Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.StaticSitesWorkflowPreviewRequestTypeConverter))>]
type StaticSitesWorkflowPreviewRequest = class
interface IStaticSitesWorkflowPreviewRequest
interface IJsonSerializable
interface IProxyOnlyResource
interface IValidates
Public Class StaticSitesWorkflowPreviewRequest
Implements IStaticSitesWorkflowPreviewRequest, IValidates
- Inheritance
-
StaticSitesWorkflowPreviewRequest
- Attributes
- Implements
Constructors
StaticSitesWorkflowPreviewRequest() |
Creates an new StaticSitesWorkflowPreviewRequest 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. |
Id |
Resource Id. |
Kind |
Kind of resource. |
Name |
Resource Name. |
RepositoryUrl |
URL for the repository of the static site. |
Type |
Resource type. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of StaticSitesWorkflowPreviewRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of StaticSitesWorkflowPreviewRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IStaticSitesWorkflowPreviewRequest. |
FromJsonString(String) |
Creates a new instance of StaticSitesWorkflowPreviewRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of StaticSitesWorkflowPreviewRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |