StaticSitesWorkflowPreviewRequest Class

Definition

Request entity for previewing the Static Site workflow

[Microsoft.Rest.Serialization.JsonTransformation]
public class StaticSitesWorkflowPreviewRequest : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type StaticSitesWorkflowPreviewRequest = class
    inherit ProxyOnlyResource
Public Class StaticSitesWorkflowPreviewRequest
Inherits ProxyOnlyResource
Inheritance
StaticSitesWorkflowPreviewRequest
Attributes

Constructors

StaticSitesWorkflowPreviewRequest()

Initializes a new instance of the StaticSitesWorkflowPreviewRequest class.

StaticSitesWorkflowPreviewRequest(String, String, String, String, String, String, StaticSiteBuildProperties)

Initializes a new instance of the StaticSitesWorkflowPreviewRequest class.

Properties

Branch

Gets or sets the target branch in the repository.

BuildProperties

Gets or sets build properties to configure on the repository.

Id

Gets resource Id.

(Inherited from ProxyOnlyResource)
Kind

Gets or sets kind of resource.

(Inherited from ProxyOnlyResource)
Name

Gets resource Name.

(Inherited from ProxyOnlyResource)
RepositoryUrl

Gets or sets URL for the repository of the static site.

Type

Gets resource type.

(Inherited from ProxyOnlyResource)

Applies to