public final class StaticSiteUserProvidedFunctionApp extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteUserProvidedFunctionApp() |
| 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.
|
StaticSiteUserProvidedFunctionApp |
withFunctionAppRegion(String functionAppRegion)
Set the functionAppRegion property: The region of the function app registered with the static site.
|
StaticSiteUserProvidedFunctionApp |
withFunctionAppResourceId(String functionAppResourceId)
Set the functionAppResourceId property: The resource id of the function app registered with the static site.
|
StaticSiteUserProvidedFunctionApp |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic StaticSiteUserProvidedFunctionApp withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String functionAppResourceId()
public StaticSiteUserProvidedFunctionApp withFunctionAppResourceId(String functionAppResourceId)
functionAppResourceId - the functionAppResourceId value to set.public String functionAppRegion()
public StaticSiteUserProvidedFunctionApp withFunctionAppRegion(String functionAppRegion)
functionAppRegion - the functionAppRegion value to set.public OffsetDateTime createdOn()
public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.