public final class StaticSiteResetPropertiesArmResourceProperties extends Object
| Constructor and Description |
|---|
StaticSiteResetPropertiesArmResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
repositoryToken()
Get the repositoryToken property: The token which proves admin privileges to the repository.
|
Boolean |
shouldUpdateRepository()
Get the shouldUpdateRepository property: Determines whether the repository should be updated with the new
properties.
|
void |
validate()
Validates the instance.
|
StaticSiteResetPropertiesArmResourceProperties |
withRepositoryToken(String repositoryToken)
Set the repositoryToken property: The token which proves admin privileges to the repository.
|
StaticSiteResetPropertiesArmResourceProperties |
withShouldUpdateRepository(Boolean shouldUpdateRepository)
Set the shouldUpdateRepository property: Determines whether the repository should be updated with the new
properties.
|
public StaticSiteResetPropertiesArmResourceProperties()
public String repositoryToken()
public StaticSiteResetPropertiesArmResourceProperties withRepositoryToken(String repositoryToken)
repositoryToken - the repositoryToken value to set.public Boolean shouldUpdateRepository()
public StaticSiteResetPropertiesArmResourceProperties withShouldUpdateRepository(Boolean shouldUpdateRepository)
shouldUpdateRepository - the shouldUpdateRepository value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.