Functions.StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildViaJsonStringWithResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteUserProvidedFunctionAppArmResource> StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildViaJsonStringWithResult(string subscriptionId, string resourceGroupName, string name, string environmentName, string functionAppName, bool? isForced, string jsonString, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync sender);
member this.StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildViaJsonStringWithResult : string * string * string * string * string * Nullable<bool> * string * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.IStaticSiteUserProvidedFunctionAppArmResource>
Public Function StaticSitesRegisterUserProvidedFunctionAppWithStaticSiteBuildViaJsonStringWithResult (subscriptionId As String, resourceGroupName As String, name As String, environmentName As String, functionAppName As String, isForced As Nullable(Of Boolean), jsonString As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IStaticSiteUserProvidedFunctionAppArmResource)
Parameters
- subscriptionId
- String
- resourceGroupName
- String
- name
- String
- environmentName
- String
- functionAppName
- String
- jsonString
- String
- eventListener
- IEventListener
- sender
- ISendAsync