Azure Native
getJobCollection
API Version: 2016-03-01.
Using getJobCollection
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 getJobCollection(args: GetJobCollectionArgs, opts?: InvokeOptions): Promise<GetJobCollectionResult>
function getJobCollectionOutput(args: GetJobCollectionOutputArgs, opts?: InvokeOptions): Output<GetJobCollectionResult>
def get_job_collection(job_collection_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetJobCollectionResult
def get_job_collection_output(job_collection_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetJobCollectionResult]
func LookupJobCollection(ctx *Context, args *LookupJobCollectionArgs, opts ...InvokeOption) (*LookupJobCollectionResult, error)
func LookupJobCollectionOutput(ctx *Context, args *LookupJobCollectionOutputArgs, opts ...InvokeOption) LookupJobCollectionResultOutput
> Note: This function is named LookupJobCollection
in the Go SDK.
public static class GetJobCollection
{
public static Task<GetJobCollectionResult> InvokeAsync(GetJobCollectionArgs args, InvokeOptions? opts = null)
public static Output<GetJobCollectionResult> Invoke(GetJobCollectionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetJobCollectionResult> getJobCollection(GetJobCollectionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
Fn::Invoke:
Function: azure-native:scheduler:getJobCollection
Arguments:
# Arguments dictionary
The following arguments are supported:
- Job
Collection stringName The job collection name.
- Resource
Group stringName The resource group name.
- Job
Collection stringName The job collection name.
- Resource
Group stringName The resource group name.
- job
Collection StringName The job collection name.
- resource
Group StringName The resource group name.
- job
Collection stringName The job collection name.
- resource
Group stringName The resource group name.
- job_
collection_ strname The job collection name.
- resource_
group_ strname The resource group name.
- job
Collection StringName The job collection name.
- resource
Group StringName The resource group name.
getJobCollection Result
The following output properties are available:
- Id string
Gets the job collection resource identifier.
- Properties
Pulumi.
Azure Native. Scheduler. Outputs. Job Collection Properties Response Gets or sets the job collection properties.
- Type string
Gets the job collection resource type.
- Location string
Gets or sets the storage account location.
- Name string
Gets or sets the job collection resource name.
- Dictionary<string, string>
Gets or sets the tags.
- Id string
Gets the job collection resource identifier.
- Properties
Job
Collection Properties Response Gets or sets the job collection properties.
- Type string
Gets the job collection resource type.
- Location string
Gets or sets the storage account location.
- Name string
Gets or sets the job collection resource name.
- map[string]string
Gets or sets the tags.
- id String
Gets the job collection resource identifier.
- properties
Job
Collection Properties Response Gets or sets the job collection properties.
- type String
Gets the job collection resource type.
- location String
Gets or sets the storage account location.
- name String
Gets or sets the job collection resource name.
- Map<String,String>
Gets or sets the tags.
- id string
Gets the job collection resource identifier.
- properties
Job
Collection Properties Response Gets or sets the job collection properties.
- type string
Gets the job collection resource type.
- location string
Gets or sets the storage account location.
- name string
Gets or sets the job collection resource name.
- {[key: string]: string}
Gets or sets the tags.
- id str
Gets the job collection resource identifier.
- properties
Job
Collection Properties Response Gets or sets the job collection properties.
- type str
Gets the job collection resource type.
- location str
Gets or sets the storage account location.
- name str
Gets or sets the job collection resource name.
- Mapping[str, str]
Gets or sets the tags.
- id String
Gets the job collection resource identifier.
- properties Property Map
Gets or sets the job collection properties.
- type String
Gets the job collection resource type.
- location String
Gets or sets the storage account location.
- name String
Gets or sets the job collection resource name.
- Map<String>
Gets or sets the tags.
Supporting Types
JobCollectionPropertiesResponse
- Quota
Pulumi.
Azure Native. Scheduler. Inputs. Job Collection Quota Response Gets or sets the job collection quota.
- Sku
Pulumi.
Azure Native. Scheduler. Inputs. Sku Response Gets or sets the SKU.
- State string
Gets or sets the state.
- Quota
Job
Collection Quota Response Gets or sets the job collection quota.
- Sku
Sku
Response Gets or sets the SKU.
- State string
Gets or sets the state.
- quota
Job
Collection Quota Response Gets or sets the job collection quota.
- sku
Sku
Response Gets or sets the SKU.
- state String
Gets or sets the state.
- quota
Job
Collection Quota Response Gets or sets the job collection quota.
- sku
Sku
Response Gets or sets the SKU.
- state string
Gets or sets the state.
- quota
Job
Collection Quota Response Gets or sets the job collection quota.
- sku
Sku
Response Gets or sets the SKU.
- state str
Gets or sets the state.
- quota Property Map
Gets or sets the job collection quota.
- sku Property Map
Gets or sets the SKU.
- state String
Gets or sets the state.
JobCollectionQuotaResponse
- Max
Job intCount Gets or set the maximum job count.
- Max
Job intOccurrence Gets or sets the maximum job occurrence.
- Max
Recurrence Pulumi.Azure Native. Scheduler. Inputs. Job Max Recurrence Response Gets or set the maximum recurrence.
- Max
Job intCount Gets or set the maximum job count.
- Max
Job intOccurrence Gets or sets the maximum job occurrence.
- Max
Recurrence JobMax Recurrence Response Gets or set the maximum recurrence.
- max
Job IntegerCount Gets or set the maximum job count.
- max
Job IntegerOccurrence Gets or sets the maximum job occurrence.
- max
Recurrence JobMax Recurrence Response Gets or set the maximum recurrence.
- max
Job numberCount Gets or set the maximum job count.
- max
Job numberOccurrence Gets or sets the maximum job occurrence.
- max
Recurrence JobMax Recurrence Response Gets or set the maximum recurrence.
- max_
job_ intcount Gets or set the maximum job count.
- max_
job_ intoccurrence Gets or sets the maximum job occurrence.
- max_
recurrence JobMax Recurrence Response Gets or set the maximum recurrence.
- max
Job NumberCount Gets or set the maximum job count.
- max
Job NumberOccurrence Gets or sets the maximum job occurrence.
- max
Recurrence Property Map Gets or set the maximum recurrence.
JobMaxRecurrenceResponse
SkuResponse
- Name string
Gets or set the SKU.
- Name string
Gets or set the SKU.
- name String
Gets or set the SKU.
- name string
Gets or set the SKU.
- name str
Gets or set the SKU.
- name String
Gets or set the SKU.
Package Details
- Repository
- https://github.com/pulumi/pulumi-azure-native
- License
- Apache-2.0