Class StaticSiteUserProvidedFunctionAppProperties
java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.StaticSiteUserProvidedFunctionAppProperties
StaticSiteUserProvidedFunctionApp resource specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of StaticSiteUserProvidedFunctionAppProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the createdOn property: The date and time on which the function app was registered with the static site.Get the functionAppRegion property: The region of the function app registered with the static site.Get the functionAppResourceId property: The resource id of the function app registered with the static site.voidvalidate()Validates the instance.withFunctionAppRegion(String functionAppRegion) Set the functionAppRegion property: The region of the function app registered with the static site.withFunctionAppResourceId(String functionAppResourceId) Set the functionAppResourceId property: The resource id of the function app registered with the static site.
-
Constructor Details
-
StaticSiteUserProvidedFunctionAppProperties
public StaticSiteUserProvidedFunctionAppProperties()Creates an instance of StaticSiteUserProvidedFunctionAppProperties class.
-
-
Method Details
-
functionAppResourceId
Get the functionAppResourceId property: The resource id of the function app registered with the static site.- Returns:
- the functionAppResourceId value.
-
withFunctionAppResourceId
public StaticSiteUserProvidedFunctionAppProperties withFunctionAppResourceId(String functionAppResourceId) Set the functionAppResourceId property: The resource id of the function app registered with the static site.- Parameters:
functionAppResourceId- the functionAppResourceId value to set.- Returns:
- the StaticSiteUserProvidedFunctionAppProperties object itself.
-
functionAppRegion
Get the functionAppRegion property: The region of the function app registered with the static site.- Returns:
- the functionAppRegion value.
-
withFunctionAppRegion
Set the functionAppRegion property: The region of the function app registered with the static site.- Parameters:
functionAppRegion- the functionAppRegion value to set.- Returns:
- the StaticSiteUserProvidedFunctionAppProperties object itself.
-
createdOn
Get the createdOn property: The date and time on which the function app was registered with the static site.- Returns:
- the createdOn value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-