StaticSiteTemplateOptions 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.
Template Options for the static site.
public class StaticSiteTemplateOptions
type StaticSiteTemplateOptions = class
Public Class StaticSiteTemplateOptions
- Inheritance
-
StaticSiteTemplateOptions
Constructors
StaticSiteTemplateOptions() |
Initializes a new instance of the StaticSiteTemplateOptions class. |
StaticSiteTemplateOptions(String, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the StaticSiteTemplateOptions class. |
Properties
Description |
Gets or sets description of the newly generated repository. |
IsPrivate |
Gets or sets whether or not the newly generated repository is a private repository. Defaults to false (i.e. public). |
Owner |
Gets or sets owner of the newly generated repository. |
RepositoryName |
Gets or sets name of the newly generated repository. |
TemplateRepositoryUrl |
Gets or sets URL of the template repository. The newly generated repository will be based on this one. |
Applies to
Azure SDK for .NET