public final class StaticSiteUserProvidedFunctionAppArmResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
StaticSiteUserProvidedFunctionAppArmResourceInner() |
| 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.
|
StaticSiteUserProvidedFunctionAppArmResourceInner |
withFunctionAppRegion(String functionAppRegion)
Set the functionAppRegion property: The region of the function app registered with the static site.
|
StaticSiteUserProvidedFunctionAppArmResourceInner |
withFunctionAppResourceId(String functionAppResourceId)
Set the functionAppResourceId property: The resource id of the function app registered with the static site.
|
StaticSiteUserProvidedFunctionAppArmResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
kindpublic StaticSiteUserProvidedFunctionAppArmResourceInner()
public StaticSiteUserProvidedFunctionAppArmResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public String functionAppResourceId()
public StaticSiteUserProvidedFunctionAppArmResourceInner withFunctionAppResourceId(String functionAppResourceId)
functionAppResourceId - the functionAppResourceId value to set.public String functionAppRegion()
public StaticSiteUserProvidedFunctionAppArmResourceInner 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.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.