azure-native.logic.getIntegrationAccountBatchConfiguration
Explore with Pulumi AI
Get a batch configuration for an integration account.
Uses Azure REST API version 2019-05-01.
Other available API versions: 2016-06-01, 2018-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native logic [ApiVersion]
. See the version guide for details.
Using getIntegrationAccountBatchConfiguration
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getIntegrationAccountBatchConfiguration(args: GetIntegrationAccountBatchConfigurationArgs, opts?: InvokeOptions): Promise<GetIntegrationAccountBatchConfigurationResult>
function getIntegrationAccountBatchConfigurationOutput(args: GetIntegrationAccountBatchConfigurationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationAccountBatchConfigurationResult>
def get_integration_account_batch_configuration(batch_configuration_name: Optional[str] = None,
integration_account_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationAccountBatchConfigurationResult
def get_integration_account_batch_configuration_output(batch_configuration_name: Optional[pulumi.Input[str]] = None,
integration_account_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAccountBatchConfigurationResult]
func LookupIntegrationAccountBatchConfiguration(ctx *Context, args *LookupIntegrationAccountBatchConfigurationArgs, opts ...InvokeOption) (*LookupIntegrationAccountBatchConfigurationResult, error)
func LookupIntegrationAccountBatchConfigurationOutput(ctx *Context, args *LookupIntegrationAccountBatchConfigurationOutputArgs, opts ...InvokeOption) LookupIntegrationAccountBatchConfigurationResultOutput
> Note: This function is named LookupIntegrationAccountBatchConfiguration
in the Go SDK.
public static class GetIntegrationAccountBatchConfiguration
{
public static Task<GetIntegrationAccountBatchConfigurationResult> InvokeAsync(GetIntegrationAccountBatchConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationAccountBatchConfigurationResult> Invoke(GetIntegrationAccountBatchConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationAccountBatchConfigurationResult> getIntegrationAccountBatchConfiguration(GetIntegrationAccountBatchConfigurationArgs args, InvokeOptions options)
public static Output<GetIntegrationAccountBatchConfigurationResult> getIntegrationAccountBatchConfiguration(GetIntegrationAccountBatchConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:logic:getIntegrationAccountBatchConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Batch
Configuration stringName - The batch configuration name.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- Batch
Configuration stringName - The batch configuration name.
- Integration
Account stringName - The integration account name.
- Resource
Group stringName - The resource group name.
- batch
Configuration StringName - The batch configuration name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
- batch
Configuration stringName - The batch configuration name.
- integration
Account stringName - The integration account name.
- resource
Group stringName - The resource group name.
- batch_
configuration_ strname - The batch configuration name.
- integration_
account_ strname - The integration account name.
- resource_
group_ strname - The resource group name.
- batch
Configuration StringName - The batch configuration name.
- integration
Account StringName - The integration account name.
- resource
Group StringName - The resource group name.
getIntegrationAccountBatchConfiguration Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Properties
Pulumi.
Azure Native. Logic. Outputs. Batch Configuration Properties Response - The batch configuration properties.
- Type string
- Gets the resource type.
- Location string
- The resource location.
- Dictionary<string, string>
- The resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The resource id.
- Name string
- Gets the resource name.
- Properties
Batch
Configuration Properties Response - The batch configuration properties.
- Type string
- Gets the resource type.
- Location string
- The resource location.
- map[string]string
- The resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The resource id.
- name String
- Gets the resource name.
- properties
Batch
Configuration Properties Response - The batch configuration properties.
- type String
- Gets the resource type.
- location String
- The resource location.
- Map<String,String>
- The resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The resource id.
- name string
- Gets the resource name.
- properties
Batch
Configuration Properties Response - The batch configuration properties.
- type string
- Gets the resource type.
- location string
- The resource location.
- {[key: string]: string}
- The resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The resource id.
- name str
- Gets the resource name.
- properties
Batch
Configuration Properties Response - The batch configuration properties.
- type str
- Gets the resource type.
- location str
- The resource location.
- Mapping[str, str]
- The resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The resource id.
- name String
- Gets the resource name.
- properties Property Map
- The batch configuration properties.
- type String
- Gets the resource type.
- location String
- The resource location.
- Map<String>
- The resource tags.
Supporting Types
BatchConfigurationPropertiesResponse
- Batch
Group stringName - The name of the batch group.
- Release
Criteria Pulumi.Azure Native. Logic. Inputs. Batch Release Criteria Response - The batch release criteria.
- Changed
Time string - The artifact changed time.
- Created
Time string - The artifact creation time.
- Metadata object
- Batch
Group stringName - The name of the batch group.
- Release
Criteria BatchRelease Criteria Response - The batch release criteria.
- Changed
Time string - The artifact changed time.
- Created
Time string - The artifact creation time.
- Metadata interface{}
- batch
Group StringName - The name of the batch group.
- release
Criteria BatchRelease Criteria Response - The batch release criteria.
- changed
Time String - The artifact changed time.
- created
Time String - The artifact creation time.
- metadata Object
- batch
Group stringName - The name of the batch group.
- release
Criteria BatchRelease Criteria Response - The batch release criteria.
- changed
Time string - The artifact changed time.
- created
Time string - The artifact creation time.
- metadata any
- batch_
group_ strname - The name of the batch group.
- release_
criteria BatchRelease Criteria Response - The batch release criteria.
- changed_
time str - The artifact changed time.
- created_
time str - The artifact creation time.
- metadata Any
- batch
Group StringName - The name of the batch group.
- release
Criteria Property Map - The batch release criteria.
- changed
Time String - The artifact changed time.
- created
Time String - The artifact creation time.
- metadata Any
BatchReleaseCriteriaResponse
- Batch
Size int - The batch size in bytes.
- Message
Count int - The message count.
- Recurrence
Pulumi.
Azure Native. Logic. Inputs. Workflow Trigger Recurrence Response - The recurrence.
- Batch
Size int - The batch size in bytes.
- Message
Count int - The message count.
- Recurrence
Workflow
Trigger Recurrence Response - The recurrence.
- batch
Size Integer - The batch size in bytes.
- message
Count Integer - The message count.
- recurrence
Workflow
Trigger Recurrence Response - The recurrence.
- batch
Size number - The batch size in bytes.
- message
Count number - The message count.
- recurrence
Workflow
Trigger Recurrence Response - The recurrence.
- batch_
size int - The batch size in bytes.
- message_
count int - The message count.
- recurrence
Workflow
Trigger Recurrence Response - The recurrence.
- batch
Size Number - The batch size in bytes.
- message
Count Number - The message count.
- recurrence Property Map
- The recurrence.
RecurrenceScheduleOccurrenceResponse
- Day string
- The day of the week.
- Occurrence int
- The occurrence.
- Day string
- The day of the week.
- Occurrence int
- The occurrence.
- day String
- The day of the week.
- occurrence Integer
- The occurrence.
- day string
- The day of the week.
- occurrence number
- The occurrence.
- day str
- The day of the week.
- occurrence int
- The occurrence.
- day String
- The day of the week.
- occurrence Number
- The occurrence.
RecurrenceScheduleResponse
- Hours List<int>
- The hours.
- Minutes List<int>
- The minutes.
- Month
Days List<int> - The month days.
- Monthly
Occurrences List<Pulumi.Azure Native. Logic. Inputs. Recurrence Schedule Occurrence Response> - The monthly occurrences.
- Week
Days List<string> - The days of the week.
- Hours []int
- The hours.
- Minutes []int
- The minutes.
- Month
Days []int - The month days.
- Monthly
Occurrences []RecurrenceSchedule Occurrence Response - The monthly occurrences.
- Week
Days []string - The days of the week.
- hours List<Integer>
- The hours.
- minutes List<Integer>
- The minutes.
- month
Days List<Integer> - The month days.
- monthly
Occurrences List<RecurrenceSchedule Occurrence Response> - The monthly occurrences.
- week
Days List<String> - The days of the week.
- hours number[]
- The hours.
- minutes number[]
- The minutes.
- month
Days number[] - The month days.
- monthly
Occurrences RecurrenceSchedule Occurrence Response[] - The monthly occurrences.
- week
Days string[] - The days of the week.
- hours Sequence[int]
- The hours.
- minutes Sequence[int]
- The minutes.
- month_
days Sequence[int] - The month days.
- monthly_
occurrences Sequence[RecurrenceSchedule Occurrence Response] - The monthly occurrences.
- week_
days Sequence[str] - The days of the week.
- hours List<Number>
- The hours.
- minutes List<Number>
- The minutes.
- month
Days List<Number> - The month days.
- monthly
Occurrences List<Property Map> - The monthly occurrences.
- week
Days List<String> - The days of the week.
WorkflowTriggerRecurrenceResponse
- end_
time str - The end time.
- frequency str
- The frequency.
- interval int
- The interval.
- schedule
Recurrence
Schedule Response - The recurrence schedule.
- start_
time str - The start time.
- time_
zone str - The time zone.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0