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
[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
- 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
Azure SDK for .NET