| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteTemplateOptions |
StaticSiteArmResourceInner.templateProperties()
Get the templateProperties property: Template options for generating a new repository.
|
StaticSiteTemplateOptions |
StaticSite.templateProperties()
Get the templateProperties property: Template options for generating a new repository.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteArmResourceInner |
StaticSiteArmResourceInner.withTemplateProperties(StaticSiteTemplateOptions templateProperties)
Set the templateProperties property: Template options for generating a new repository.
|
StaticSite |
StaticSite.withTemplateProperties(StaticSiteTemplateOptions templateProperties)
Set the templateProperties property: Template options for generating a new repository.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSiteTemplateOptions |
StaticSitePatchResource.templateProperties()
Get the templateProperties property: Template options for generating a new repository.
|
StaticSiteTemplateOptions |
StaticSiteTemplateOptions.withDescription(String description)
Set the description property: Description of the newly generated repository.
|
StaticSiteTemplateOptions |
StaticSiteTemplateOptions.withIsPrivate(Boolean isPrivate)
Set the isPrivate property: Whether or not the newly generated repository is a private repository.
|
StaticSiteTemplateOptions |
StaticSiteTemplateOptions.withOwner(String owner)
Set the owner property: Owner of the newly generated repository.
|
StaticSiteTemplateOptions |
StaticSiteTemplateOptions.withRepositoryName(String repositoryName)
Set the repositoryName property: Name of the newly generated repository.
|
StaticSiteTemplateOptions |
StaticSiteTemplateOptions.withTemplateRepositoryUrl(String templateRepositoryUrl)
Set the templateRepositoryUrl property: URL of the template repository.
|
| Modifier and Type | Method and Description |
|---|---|
StaticSitePatchResource |
StaticSitePatchResource.withTemplateProperties(StaticSiteTemplateOptions templateProperties)
Set the templateProperties property: Template options for generating a new repository.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.