StaticSitePatchResource Class
ARM resource for a static site when patching.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResourceStaticSitePatchResource
Constructor
StaticSitePatchResource(*, kind: Optional[str] = None, repository_url: Optional[str] = None, branch: Optional[str] = None, repository_token: Optional[str] = None, build_properties: Optional[azure.mgmt.web.v2019_08_01.models._models_py3.StaticSiteBuildProperties] = None, **kwargs)
Parameters
- repository_token
- str
Required
A user's github repository token. This is used to setup the Github Actions workflow file and API secrets.
- build_properties
- StaticSiteBuildProperties
Required
Build properties to configure on the repository.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- default_hostname
- str
The default autogenerated hostname for the static site.
Feedback
Submit and view feedback for