ArmAppContainersModelFactory.ContainerAppsFunctionData Method

Definition

public static Azure.ResourceManager.AppContainers.ContainerAppsFunctionData ContainerAppsFunctionData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Uri invokeUrlTemplate = default, string triggerType = default, string language = default, bool? isDisabled = default);
static member ContainerAppsFunctionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Uri * string * string * Nullable<bool> -> Azure.ResourceManager.AppContainers.ContainerAppsFunctionData
Public Shared Function ContainerAppsFunctionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional invokeUrlTemplate As Uri = Nothing, Optional triggerType As String = Nothing, Optional language As String = Nothing, Optional isDisabled As Nullable(Of Boolean) = Nothing) As ContainerAppsFunctionData

Parameters

id
ResourceIdentifier

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

name
String

The name of the resource.

resourceType
ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

invokeUrlTemplate
Uri

Invoke URL for the function.

triggerType
String

Trigger type of the function.

language
String

Programming language of the function.

isDisabled
Nullable<Boolean>

Indicates whether the function is disabled.

Returns

A new ContainerAppsFunctionData instance for mocking.

Applies to