1. Packages
  2. Azure Native
  3. API Docs
  4. app
  5. getContainerAppsSourceControl
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

azure-native.app.getContainerAppsSourceControl

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi

    Container App SourceControl. Azure REST API version: 2022-10-01.

    Other available API versions: 2022-01-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-03-01.

    Using getContainerAppsSourceControl

    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 getContainerAppsSourceControl(args: GetContainerAppsSourceControlArgs, opts?: InvokeOptions): Promise<GetContainerAppsSourceControlResult>
    function getContainerAppsSourceControlOutput(args: GetContainerAppsSourceControlOutputArgs, opts?: InvokeOptions): Output<GetContainerAppsSourceControlResult>
    def get_container_apps_source_control(container_app_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          source_control_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetContainerAppsSourceControlResult
    def get_container_apps_source_control_output(container_app_name: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          source_control_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetContainerAppsSourceControlResult]
    func LookupContainerAppsSourceControl(ctx *Context, args *LookupContainerAppsSourceControlArgs, opts ...InvokeOption) (*LookupContainerAppsSourceControlResult, error)
    func LookupContainerAppsSourceControlOutput(ctx *Context, args *LookupContainerAppsSourceControlOutputArgs, opts ...InvokeOption) LookupContainerAppsSourceControlResultOutput

    > Note: This function is named LookupContainerAppsSourceControl in the Go SDK.

    public static class GetContainerAppsSourceControl 
    {
        public static Task<GetContainerAppsSourceControlResult> InvokeAsync(GetContainerAppsSourceControlArgs args, InvokeOptions? opts = null)
        public static Output<GetContainerAppsSourceControlResult> Invoke(GetContainerAppsSourceControlInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetContainerAppsSourceControlResult> getContainerAppsSourceControl(GetContainerAppsSourceControlArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:app:getContainerAppsSourceControl
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SourceControlName string
    Name of the Container App SourceControl.
    ContainerAppName string
    Name of the Container App.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    SourceControlName string
    Name of the Container App SourceControl.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sourceControlName String
    Name of the Container App SourceControl.
    containerAppName string
    Name of the Container App.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    sourceControlName string
    Name of the Container App SourceControl.
    container_app_name str
    Name of the Container App.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    source_control_name str
    Name of the Container App SourceControl.
    containerAppName String
    Name of the Container App.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    sourceControlName String
    Name of the Container App SourceControl.

    getContainerAppsSourceControl Result

    The following output properties are available:

    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    OperationState string
    Current provisioning State of the operation
    SystemData Pulumi.AzureNative.App.Outputs.SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Branch string
    The branch which will trigger the auto deployment
    GithubActionConfiguration Pulumi.AzureNative.App.Outputs.GithubActionConfigurationResponse
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    RepoUrl string
    The repo url which will be integrated to ContainerApp.
    Id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    Name string
    The name of the resource
    OperationState string
    Current provisioning State of the operation
    SystemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    Type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    Branch string
    The branch which will trigger the auto deployment
    GithubActionConfiguration GithubActionConfigurationResponse
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    RepoUrl string
    The repo url which will be integrated to ContainerApp.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    operationState String
    Current provisioning State of the operation
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    branch String
    The branch which will trigger the auto deployment
    githubActionConfiguration GithubActionConfigurationResponse
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    repoUrl String
    The repo url which will be integrated to ContainerApp.
    id string
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name string
    The name of the resource
    operationState string
    Current provisioning State of the operation
    systemData SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type string
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    branch string
    The branch which will trigger the auto deployment
    githubActionConfiguration GithubActionConfigurationResponse
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    repoUrl string
    The repo url which will be integrated to ContainerApp.
    id str
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name str
    The name of the resource
    operation_state str
    Current provisioning State of the operation
    system_data SystemDataResponse
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type str
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    branch str
    The branch which will trigger the auto deployment
    github_action_configuration GithubActionConfigurationResponse
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    repo_url str
    The repo url which will be integrated to ContainerApp.
    id String
    Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
    name String
    The name of the resource
    operationState String
    Current provisioning State of the operation
    systemData Property Map
    Azure Resource Manager metadata containing createdBy and modifiedBy information.
    type String
    The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
    branch String
    The branch which will trigger the auto deployment
    githubActionConfiguration Property Map
    Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time
    repoUrl String
    The repo url which will be integrated to ContainerApp.

    Supporting Types

    AzureCredentialsResponse

    SubscriptionId string
    Subscription Id.
    SubscriptionId string
    Subscription Id.
    subscriptionId String
    Subscription Id.
    subscriptionId string
    Subscription Id.
    subscription_id str
    Subscription Id.
    subscriptionId String
    Subscription Id.

    GithubActionConfigurationResponse

    AzureCredentials Pulumi.AzureNative.App.Inputs.AzureCredentialsResponse
    AzureCredentials configurations.
    ContextPath string
    Context path
    Image string
    Image name
    Os string
    Operation system
    PublishType string
    Code or Image
    RegistryInfo Pulumi.AzureNative.App.Inputs.RegistryInfoResponse
    Registry configurations.
    RuntimeStack string
    Runtime stack
    RuntimeVersion string
    Runtime version
    AzureCredentials AzureCredentialsResponse
    AzureCredentials configurations.
    ContextPath string
    Context path
    Image string
    Image name
    Os string
    Operation system
    PublishType string
    Code or Image
    RegistryInfo RegistryInfoResponse
    Registry configurations.
    RuntimeStack string
    Runtime stack
    RuntimeVersion string
    Runtime version
    azureCredentials AzureCredentialsResponse
    AzureCredentials configurations.
    contextPath String
    Context path
    image String
    Image name
    os String
    Operation system
    publishType String
    Code or Image
    registryInfo RegistryInfoResponse
    Registry configurations.
    runtimeStack String
    Runtime stack
    runtimeVersion String
    Runtime version
    azureCredentials AzureCredentialsResponse
    AzureCredentials configurations.
    contextPath string
    Context path
    image string
    Image name
    os string
    Operation system
    publishType string
    Code or Image
    registryInfo RegistryInfoResponse
    Registry configurations.
    runtimeStack string
    Runtime stack
    runtimeVersion string
    Runtime version
    azure_credentials AzureCredentialsResponse
    AzureCredentials configurations.
    context_path str
    Context path
    image str
    Image name
    os str
    Operation system
    publish_type str
    Code or Image
    registry_info RegistryInfoResponse
    Registry configurations.
    runtime_stack str
    Runtime stack
    runtime_version str
    Runtime version
    azureCredentials Property Map
    AzureCredentials configurations.
    contextPath String
    Context path
    image String
    Image name
    os String
    Operation system
    publishType String
    Code or Image
    registryInfo Property Map
    Registry configurations.
    runtimeStack String
    Runtime stack
    runtimeVersion String
    Runtime version

    RegistryInfoResponse

    RegistryUrl string
    registry server Url.
    RegistryUserName string
    registry username.
    RegistryUrl string
    registry server Url.
    RegistryUserName string
    registry username.
    registryUrl String
    registry server Url.
    registryUserName String
    registry username.
    registryUrl string
    registry server Url.
    registryUserName string
    registry username.
    registry_url str
    registry server Url.
    registry_user_name str
    registry username.
    registryUrl String
    registry server Url.
    registryUserName String
    registry username.

    SystemDataResponse

    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    CreatedAt string
    The timestamp of resource creation (UTC).
    CreatedBy string
    The identity that created the resource.
    CreatedByType string
    The type of identity that created the resource.
    LastModifiedAt string
    The timestamp of resource last modification (UTC)
    LastModifiedBy string
    The identity that last modified the resource.
    LastModifiedByType string
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.
    createdAt string
    The timestamp of resource creation (UTC).
    createdBy string
    The identity that created the resource.
    createdByType string
    The type of identity that created the resource.
    lastModifiedAt string
    The timestamp of resource last modification (UTC)
    lastModifiedBy string
    The identity that last modified the resource.
    lastModifiedByType string
    The type of identity that last modified the resource.
    created_at str
    The timestamp of resource creation (UTC).
    created_by str
    The identity that created the resource.
    created_by_type str
    The type of identity that created the resource.
    last_modified_at str
    The timestamp of resource last modification (UTC)
    last_modified_by str
    The identity that last modified the resource.
    last_modified_by_type str
    The type of identity that last modified the resource.
    createdAt String
    The timestamp of resource creation (UTC).
    createdBy String
    The identity that created the resource.
    createdByType String
    The type of identity that created the resource.
    lastModifiedAt String
    The timestamp of resource last modification (UTC)
    lastModifiedBy String
    The identity that last modified the resource.
    lastModifiedByType String
    The type of identity that last modified the resource.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.38.0 published on Monday, Apr 22, 2024 by Pulumi