Class StaticSiteUserProvidedFunctionAppForStaticSiteBuildArgs


  • public final class StaticSiteUserProvidedFunctionAppForStaticSiteBuildArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • environmentName

        public com.pulumi.core.Output<java.lang.String> environmentName()
        Returns:
        The stage site identifier.
      • functionAppName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionAppName()
        Returns:
        Name of the function app to register with the static site build.
      • functionAppRegion

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionAppRegion()
        Returns:
        The region of the function app registered with the static site
      • functionAppResourceId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> functionAppResourceId()
        Returns:
        The resource id of the function app registered with the static site
      • isForced

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isForced()
        Returns:
        Specify <code>true</code> to force the update of the auth configuration on the function app even if an AzureStaticWebApps provider is already configured on the function app. The default is <code>false</code>.
      • kind

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> kind()
        Returns:
        Kind of resource.
      • name

        public com.pulumi.core.Output<java.lang.String> name()
        Returns:
        Name of the static site.
      • resourceGroupName

        public com.pulumi.core.Output<java.lang.String> resourceGroupName()
        Returns:
        Name of the resource group to which the resource belongs.