Uses of Class
com.azure.resourcemanager.appservice.models.StaticSiteTemplateOptions
Packages that use StaticSiteTemplateOptions
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 StaticSiteTemplateOptionsModifier and TypeMethodDescriptionStaticSite.templateProperties()Get the templateProperties property: Template options for generating a new repository.StaticSiteArmResourceInner.templateProperties()Get the templateProperties property: Template options for generating a new repository.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type StaticSiteTemplateOptionsModifier and TypeMethodDescriptionStaticSite.withTemplateProperties(StaticSiteTemplateOptions templateProperties) Set the templateProperties property: Template options for generating a new repository.StaticSiteArmResourceInner.withTemplateProperties(StaticSiteTemplateOptions templateProperties) Set the templateProperties property: Template options for generating a new repository. -
Uses of StaticSiteTemplateOptions in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type StaticSiteTemplateOptionsModifier and TypeClassDescriptionfinal classTemplate Options for the static site.Methods in com.azure.resourcemanager.appservice.models that return StaticSiteTemplateOptionsModifier and TypeMethodDescriptionstatic StaticSiteTemplateOptionsStaticSiteTemplateOptions.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of StaticSiteTemplateOptions from the JsonReader.StaticSitePatchResource.templateProperties()Get the templateProperties property: Template options for generating a new repository.StaticSiteTemplateOptions.withDescription(String description) Set the description property: Description of the newly generated repository.StaticSiteTemplateOptions.withIsPrivate(Boolean isPrivate) Set the isPrivate property: Whether or not the newly generated repository is a private repository.Set the owner property: Owner of the newly generated repository.StaticSiteTemplateOptions.withRepositoryName(String repositoryName) Set the repositoryName property: Name of the newly generated repository.StaticSiteTemplateOptions.withTemplateRepositoryUrl(String templateRepositoryUrl) Set the templateRepositoryUrl property: URL of the template repository.Methods in com.azure.resourcemanager.appservice.models with parameters of type StaticSiteTemplateOptionsModifier and TypeMethodDescriptionStaticSitePatchResource.withTemplateProperties(StaticSiteTemplateOptions templateProperties) Set the templateProperties property: Template options for generating a new repository.