Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions
-
Packages that use StaticSiteTemplateOptions 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. -
-
Uses of StaticSiteTemplateOptions in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return StaticSiteTemplateOptions Modifier and Type Method Description StaticSiteTemplateOptionsStaticSite. templateProperties()Get the templateProperties property: Template options for generating a new repository.StaticSiteTemplateOptionsStaticSiteArmResourceInner. templateProperties()Get the templateProperties property: Template options for generating a new repository.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StaticSiteTemplateOptions Modifier and Type Method Description StaticSiteStaticSite. withTemplateProperties(StaticSiteTemplateOptions templateProperties)Set the templateProperties property: Template options for generating a new repository.StaticSiteArmResourceInnerStaticSiteArmResourceInner. withTemplateProperties(StaticSiteTemplateOptions templateProperties)Set the templateProperties property: Template options for generating a new repository. -
Uses of StaticSiteTemplateOptions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return StaticSiteTemplateOptions Modifier and Type Method Description StaticSiteTemplateOptionsStaticSitePatchResource. templateProperties()Get the templateProperties property: Template options for generating a new repository.StaticSiteTemplateOptionsStaticSiteTemplateOptions. withDescription(String description)Set the description property: Description of the newly generated repository.StaticSiteTemplateOptionsStaticSiteTemplateOptions. withIsPrivate(Boolean isPrivate)Set the isPrivate property: Whether or not the newly generated repository is a private repository.StaticSiteTemplateOptionsStaticSiteTemplateOptions. withOwner(String owner)Set the owner property: Owner of the newly generated repository.StaticSiteTemplateOptionsStaticSiteTemplateOptions. withRepositoryName(String repositoryName)Set the repositoryName property: Name of the newly generated repository.StaticSiteTemplateOptionsStaticSiteTemplateOptions. withTemplateRepositoryUrl(String templateRepositoryUrl)Set the templateRepositoryUrl property: URL of the template repository.Methods in com.azure.resourcemanager.appservice.models with parameters of type StaticSiteTemplateOptions Modifier and Type Method Description StaticSitePatchResourceStaticSitePatchResource. withTemplateProperties(StaticSiteTemplateOptions templateProperties)Set the templateProperties property: Template options for generating a new repository.
-