public final class StaticSiteUserProvidedFunctionAppArmResourceProperties extends Object
| Constructor and Description |
|---|
StaticSiteUserProvidedFunctionAppArmResourceProperties() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
createdOn()
Get the createdOn property: The date and time on which the function app was registered with the static site.
|
String |
functionAppRegion()
Get the functionAppRegion property: The region of the function app registered with the static site.
|
String |
functionAppResourceId()
Get the functionAppResourceId property: The resource id of the function app registered with the static site.
|
void |
validate()
Validates the instance.
|
StaticSiteUserProvidedFunctionAppArmResourceProperties |
withFunctionAppRegion(String functionAppRegion)
Set the functionAppRegion property: The region of the function app registered with the static site.
|
StaticSiteUserProvidedFunctionAppArmResourceProperties |
withFunctionAppResourceId(String functionAppResourceId)
Set the functionAppResourceId property: The resource id of the function app registered with the static site.
|
public StaticSiteUserProvidedFunctionAppArmResourceProperties()
public String functionAppResourceId()
public StaticSiteUserProvidedFunctionAppArmResourceProperties withFunctionAppResourceId(String functionAppResourceId)
functionAppResourceId - the functionAppResourceId value to set.public String functionAppRegion()
public StaticSiteUserProvidedFunctionAppArmResourceProperties withFunctionAppRegion(String functionAppRegion)
functionAppRegion - the functionAppRegion value to set.public OffsetDateTime createdOn()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.