ArmAppServiceModelFactory.WorkflowVersionData 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.
Initializes a new instance of WorkflowVersionData.
public static Azure.ResourceManager.AppService.WorkflowVersionData WorkflowVersionData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation location = default, Azure.ResourceManager.AppService.Models.WorkflowProvisioningState? provisioningState = default, DateTimeOffset? createdOn = default, DateTimeOffset? changedOn = default, Azure.ResourceManager.AppService.Models.WorkflowState? state = default, string version = default, string accessEndpoint = default, Azure.ResourceManager.AppService.Models.FlowEndpointsConfiguration endpointsConfiguration = default, Azure.ResourceManager.AppService.Models.FlowAccessControlConfiguration accessControl = default, Azure.ResourceManager.AppService.Models.WorkflowSku sku = default, Azure.ResourceManager.AppService.Models.WorkflowResourceReference integrationAccount = default, BinaryData definition = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.AppService.Models.WorkflowContent> parameters = default);
static member WorkflowVersionData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * Azure.Core.AzureLocation * Nullable<Azure.ResourceManager.AppService.Models.WorkflowProvisioningState> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.AppService.Models.WorkflowState> * string * string * Azure.ResourceManager.AppService.Models.FlowEndpointsConfiguration * Azure.ResourceManager.AppService.Models.FlowAccessControlConfiguration * Azure.ResourceManager.AppService.Models.WorkflowSku * Azure.ResourceManager.AppService.Models.WorkflowResourceReference * BinaryData * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.AppService.Models.WorkflowContent> -> Azure.ResourceManager.AppService.WorkflowVersionData
Public Shared Function WorkflowVersionData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional location As AzureLocation = Nothing, Optional provisioningState As Nullable(Of WorkflowProvisioningState) = Nothing, Optional createdOn As Nullable(Of DateTimeOffset) = Nothing, Optional changedOn As Nullable(Of DateTimeOffset) = Nothing, Optional state As Nullable(Of WorkflowState) = Nothing, Optional version As String = Nothing, Optional accessEndpoint As String = Nothing, Optional endpointsConfiguration As FlowEndpointsConfiguration = Nothing, Optional accessControl As FlowAccessControlConfiguration = Nothing, Optional sku As WorkflowSku = Nothing, Optional integrationAccount As WorkflowResourceReference = Nothing, Optional definition As BinaryData = Nothing, Optional parameters As IDictionary(Of String, WorkflowContent) = Nothing) As WorkflowVersionData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- tags
- IDictionary<String,String>
The tags.
- location
- AzureLocation
The location.
- provisioningState
- Nullable<WorkflowProvisioningState>
The provisioning state.
- createdOn
- Nullable<DateTimeOffset>
Gets the created time.
- changedOn
- Nullable<DateTimeOffset>
Gets the changed time.
- state
- Nullable<WorkflowState>
The state.
- version
- String
Gets the version.
- accessEndpoint
- String
Gets the access endpoint.
- endpointsConfiguration
- FlowEndpointsConfiguration
The endpoints configuration.
- accessControl
- FlowAccessControlConfiguration
The access control configuration.
- sku
- WorkflowSku
The sku.
- integrationAccount
- WorkflowResourceReference
The integration account.
- definition
- BinaryData
The definition.
- parameters
- IDictionary<String,WorkflowContent>
The parameters.
Returns
A new WorkflowVersionData instance for mocking.
Applies to
Azure SDK for .NET