1. Packages
  2. Azure Native
  3. API Docs
  4. containerinstance
  5. getCGProfile
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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

azure-native.containerinstance.getCGProfile

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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi

    Get the properties of the specified container group profile. Azure REST API version: 2024-11-01-preview.

    Using getCGProfile

    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 getCGProfile(args: GetCGProfileArgs, opts?: InvokeOptions): Promise<GetCGProfileResult>
    function getCGProfileOutput(args: GetCGProfileOutputArgs, opts?: InvokeOptions): Output<GetCGProfileResult>
    def get_cg_profile(container_group_profile_name: Optional[str] = None,
                       resource_group_name: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetCGProfileResult
    def get_cg_profile_output(container_group_profile_name: Optional[pulumi.Input[str]] = None,
                       resource_group_name: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetCGProfileResult]
    func LookupCGProfile(ctx *Context, args *LookupCGProfileArgs, opts ...InvokeOption) (*LookupCGProfileResult, error)
    func LookupCGProfileOutput(ctx *Context, args *LookupCGProfileOutputArgs, opts ...InvokeOption) LookupCGProfileResultOutput

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

    public static class GetCGProfile 
    {
        public static Task<GetCGProfileResult> InvokeAsync(GetCGProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetCGProfileResult> Invoke(GetCGProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCGProfileResult> getCGProfile(GetCGProfileArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerinstance:getCGProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ContainerGroupProfileName string
    ContainerGroupProfile name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ContainerGroupProfileName string
    ContainerGroupProfile name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    containerGroupProfileName String
    ContainerGroupProfile name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    containerGroupProfileName string
    ContainerGroupProfile name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    container_group_profile_name str
    ContainerGroupProfile name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    containerGroupProfileName String
    ContainerGroupProfile name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.

    getCGProfile Result

    The following output properties are available:

    Id string
    The resource id.
    Name string
    The resource name.
    SystemData Pulumi.AzureNative.ContainerInstance.Outputs.SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The resource type.
    ConfidentialComputeProperties Pulumi.AzureNative.ContainerInstance.Outputs.ConfidentialComputePropertiesResponse
    The properties for confidential container group
    Containers List<Pulumi.AzureNative.ContainerInstance.Outputs.ContainerResponse>
    The containers within the container group.
    Diagnostics Pulumi.AzureNative.ContainerInstance.Outputs.ContainerGroupDiagnosticsResponse
    The diagnostic information for a container group.
    EncryptionProperties Pulumi.AzureNative.ContainerInstance.Outputs.EncryptionPropertiesResponse
    The encryption properties for a container group.
    Extensions List<Pulumi.AzureNative.ContainerInstance.Outputs.DeploymentExtensionSpecResponse>
    extensions used by virtual kubelet
    ImageRegistryCredentials List<Pulumi.AzureNative.ContainerInstance.Outputs.ImageRegistryCredentialResponse>
    The image registry credentials by which the container group is created from.
    InitContainers List<Pulumi.AzureNative.ContainerInstance.Outputs.InitContainerDefinitionResponse>
    The init containers for a container group.
    IpAddress Pulumi.AzureNative.ContainerInstance.Outputs.IpAddressResponse
    The IP address type of the container group.
    Location string
    The resource location.
    OsType string
    The operating system type required by the containers in the container group.
    Priority string
    The priority of the container group.
    RegisteredRevisions List<double>
    Registered revisions are calculated at request time based off the records in the table logs.
    RestartPolicy string
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    Revision double
    Container group profile current revision number
    SecurityContext Pulumi.AzureNative.ContainerInstance.Outputs.SecurityContextDefinitionResponse
    The container security properties.
    ShutdownGracePeriod string
    Shutdown grace period for containers in a container group.
    Sku string
    The SKU for a container group.
    Tags Dictionary<string, string>
    The resource tags.
    TimeToLive string
    Post completion time to live for containers of a CG
    UseKrypton bool
    Gets or sets Krypton use property.
    Volumes List<Pulumi.AzureNative.ContainerInstance.Outputs.VolumeResponse>
    The list of volumes that can be mounted by containers in this container group.
    Zones List<string>
    The zones for the container group.
    Id string
    The resource id.
    Name string
    The resource name.
    SystemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    Type string
    The resource type.
    ConfidentialComputeProperties ConfidentialComputePropertiesResponse
    The properties for confidential container group
    Containers []ContainerResponse
    The containers within the container group.
    Diagnostics ContainerGroupDiagnosticsResponse
    The diagnostic information for a container group.
    EncryptionProperties EncryptionPropertiesResponse
    The encryption properties for a container group.
    Extensions []DeploymentExtensionSpecResponse
    extensions used by virtual kubelet
    ImageRegistryCredentials []ImageRegistryCredentialResponse
    The image registry credentials by which the container group is created from.
    InitContainers []InitContainerDefinitionResponse
    The init containers for a container group.
    IpAddress IpAddressResponse
    The IP address type of the container group.
    Location string
    The resource location.
    OsType string
    The operating system type required by the containers in the container group.
    Priority string
    The priority of the container group.
    RegisteredRevisions []float64
    Registered revisions are calculated at request time based off the records in the table logs.
    RestartPolicy string
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    Revision float64
    Container group profile current revision number
    SecurityContext SecurityContextDefinitionResponse
    The container security properties.
    ShutdownGracePeriod string
    Shutdown grace period for containers in a container group.
    Sku string
    The SKU for a container group.
    Tags map[string]string
    The resource tags.
    TimeToLive string
    Post completion time to live for containers of a CG
    UseKrypton bool
    Gets or sets Krypton use property.
    Volumes []VolumeResponse
    The list of volumes that can be mounted by containers in this container group.
    Zones []string
    The zones for the container group.
    id String
    The resource id.
    name String
    The resource name.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type String
    The resource type.
    confidentialComputeProperties ConfidentialComputePropertiesResponse
    The properties for confidential container group
    containers List<ContainerResponse>
    The containers within the container group.
    diagnostics ContainerGroupDiagnosticsResponse
    The diagnostic information for a container group.
    encryptionProperties EncryptionPropertiesResponse
    The encryption properties for a container group.
    extensions List<DeploymentExtensionSpecResponse>
    extensions used by virtual kubelet
    imageRegistryCredentials List<ImageRegistryCredentialResponse>
    The image registry credentials by which the container group is created from.
    initContainers List<InitContainerDefinitionResponse>
    The init containers for a container group.
    ipAddress IpAddressResponse
    The IP address type of the container group.
    location String
    The resource location.
    osType String
    The operating system type required by the containers in the container group.
    priority String
    The priority of the container group.
    registeredRevisions List<Double>
    Registered revisions are calculated at request time based off the records in the table logs.
    restartPolicy String
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    revision Double
    Container group profile current revision number
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    shutdownGracePeriod String
    Shutdown grace period for containers in a container group.
    sku String
    The SKU for a container group.
    tags Map<String,String>
    The resource tags.
    timeToLive String
    Post completion time to live for containers of a CG
    useKrypton Boolean
    Gets or sets Krypton use property.
    volumes List<VolumeResponse>
    The list of volumes that can be mounted by containers in this container group.
    zones List<String>
    The zones for the container group.
    id string
    The resource id.
    name string
    The resource name.
    systemData SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type string
    The resource type.
    confidentialComputeProperties ConfidentialComputePropertiesResponse
    The properties for confidential container group
    containers ContainerResponse[]
    The containers within the container group.
    diagnostics ContainerGroupDiagnosticsResponse
    The diagnostic information for a container group.
    encryptionProperties EncryptionPropertiesResponse
    The encryption properties for a container group.
    extensions DeploymentExtensionSpecResponse[]
    extensions used by virtual kubelet
    imageRegistryCredentials ImageRegistryCredentialResponse[]
    The image registry credentials by which the container group is created from.
    initContainers InitContainerDefinitionResponse[]
    The init containers for a container group.
    ipAddress IpAddressResponse
    The IP address type of the container group.
    location string
    The resource location.
    osType string
    The operating system type required by the containers in the container group.
    priority string
    The priority of the container group.
    registeredRevisions number[]
    Registered revisions are calculated at request time based off the records in the table logs.
    restartPolicy string
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    revision number
    Container group profile current revision number
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    shutdownGracePeriod string
    Shutdown grace period for containers in a container group.
    sku string
    The SKU for a container group.
    tags {[key: string]: string}
    The resource tags.
    timeToLive string
    Post completion time to live for containers of a CG
    useKrypton boolean
    Gets or sets Krypton use property.
    volumes VolumeResponse[]
    The list of volumes that can be mounted by containers in this container group.
    zones string[]
    The zones for the container group.
    id str
    The resource id.
    name str
    The resource name.
    system_data SystemDataResponse
    Metadata pertaining to creation and last modification of the resource.
    type str
    The resource type.
    confidential_compute_properties ConfidentialComputePropertiesResponse
    The properties for confidential container group
    containers Sequence[ContainerResponse]
    The containers within the container group.
    diagnostics ContainerGroupDiagnosticsResponse
    The diagnostic information for a container group.
    encryption_properties EncryptionPropertiesResponse
    The encryption properties for a container group.
    extensions Sequence[DeploymentExtensionSpecResponse]
    extensions used by virtual kubelet
    image_registry_credentials Sequence[ImageRegistryCredentialResponse]
    The image registry credentials by which the container group is created from.
    init_containers Sequence[InitContainerDefinitionResponse]
    The init containers for a container group.
    ip_address IpAddressResponse
    The IP address type of the container group.
    location str
    The resource location.
    os_type str
    The operating system type required by the containers in the container group.
    priority str
    The priority of the container group.
    registered_revisions Sequence[float]
    Registered revisions are calculated at request time based off the records in the table logs.
    restart_policy str
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    revision float
    Container group profile current revision number
    security_context SecurityContextDefinitionResponse
    The container security properties.
    shutdown_grace_period str
    Shutdown grace period for containers in a container group.
    sku str
    The SKU for a container group.
    tags Mapping[str, str]
    The resource tags.
    time_to_live str
    Post completion time to live for containers of a CG
    use_krypton bool
    Gets or sets Krypton use property.
    volumes Sequence[VolumeResponse]
    The list of volumes that can be mounted by containers in this container group.
    zones Sequence[str]
    The zones for the container group.
    id String
    The resource id.
    name String
    The resource name.
    systemData Property Map
    Metadata pertaining to creation and last modification of the resource.
    type String
    The resource type.
    confidentialComputeProperties Property Map
    The properties for confidential container group
    containers List<Property Map>
    The containers within the container group.
    diagnostics Property Map
    The diagnostic information for a container group.
    encryptionProperties Property Map
    The encryption properties for a container group.
    extensions List<Property Map>
    extensions used by virtual kubelet
    imageRegistryCredentials List<Property Map>
    The image registry credentials by which the container group is created from.
    initContainers List<Property Map>
    The init containers for a container group.
    ipAddress Property Map
    The IP address type of the container group.
    location String
    The resource location.
    osType String
    The operating system type required by the containers in the container group.
    priority String
    The priority of the container group.
    registeredRevisions List<Number>
    Registered revisions are calculated at request time based off the records in the table logs.
    restartPolicy String
    Restart policy for all containers within the container group.

    • Always Always restart
    • OnFailure Restart on failure
    • Never Never restart
    revision Number
    Container group profile current revision number
    securityContext Property Map
    The container security properties.
    shutdownGracePeriod String
    Shutdown grace period for containers in a container group.
    sku String
    The SKU for a container group.
    tags Map<String>
    The resource tags.
    timeToLive String
    Post completion time to live for containers of a CG
    useKrypton Boolean
    Gets or sets Krypton use property.
    volumes List<Property Map>
    The list of volumes that can be mounted by containers in this container group.
    zones List<String>
    The zones for the container group.

    Supporting Types

    AzureFileVolumeResponse

    ShareName string
    The name of the Azure File share to be mounted as a volume.
    StorageAccountName string
    The name of the storage account that contains the Azure File share.
    ReadOnly bool
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    StorageAccountKey string
    The storage account access key used to access the Azure File share.
    StorageAccountKeyReference string
    The reference to the storage account access key used to access the Azure File share.
    ShareName string
    The name of the Azure File share to be mounted as a volume.
    StorageAccountName string
    The name of the storage account that contains the Azure File share.
    ReadOnly bool
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    StorageAccountKey string
    The storage account access key used to access the Azure File share.
    StorageAccountKeyReference string
    The reference to the storage account access key used to access the Azure File share.
    shareName String
    The name of the Azure File share to be mounted as a volume.
    storageAccountName String
    The name of the storage account that contains the Azure File share.
    readOnly Boolean
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    storageAccountKey String
    The storage account access key used to access the Azure File share.
    storageAccountKeyReference String
    The reference to the storage account access key used to access the Azure File share.
    shareName string
    The name of the Azure File share to be mounted as a volume.
    storageAccountName string
    The name of the storage account that contains the Azure File share.
    readOnly boolean
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    storageAccountKey string
    The storage account access key used to access the Azure File share.
    storageAccountKeyReference string
    The reference to the storage account access key used to access the Azure File share.
    share_name str
    The name of the Azure File share to be mounted as a volume.
    storage_account_name str
    The name of the storage account that contains the Azure File share.
    read_only bool
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    storage_account_key str
    The storage account access key used to access the Azure File share.
    storage_account_key_reference str
    The reference to the storage account access key used to access the Azure File share.
    shareName String
    The name of the Azure File share to be mounted as a volume.
    storageAccountName String
    The name of the storage account that contains the Azure File share.
    readOnly Boolean
    The flag indicating whether the Azure File shared mounted as a volume is read-only.
    storageAccountKey String
    The storage account access key used to access the Azure File share.
    storageAccountKeyReference String
    The reference to the storage account access key used to access the Azure File share.

    ConfidentialComputePropertiesResponse

    CcePolicy string
    The base64 encoded confidential compute enforcement policy
    CcePolicy string
    The base64 encoded confidential compute enforcement policy
    ccePolicy String
    The base64 encoded confidential compute enforcement policy
    ccePolicy string
    The base64 encoded confidential compute enforcement policy
    cce_policy str
    The base64 encoded confidential compute enforcement policy
    ccePolicy String
    The base64 encoded confidential compute enforcement policy

    ConfigMapResponse

    KeyValuePairs Dictionary<string, string>
    The key value pairs dictionary in the config map.
    KeyValuePairs map[string]string
    The key value pairs dictionary in the config map.
    keyValuePairs Map<String,String>
    The key value pairs dictionary in the config map.
    keyValuePairs {[key: string]: string}
    The key value pairs dictionary in the config map.
    key_value_pairs Mapping[str, str]
    The key value pairs dictionary in the config map.
    keyValuePairs Map<String>
    The key value pairs dictionary in the config map.

    ContainerExecResponse

    Command List<string>
    The commands to execute within the container.
    Command []string
    The commands to execute within the container.
    command List<String>
    The commands to execute within the container.
    command string[]
    The commands to execute within the container.
    command Sequence[str]
    The commands to execute within the container.
    command List<String>
    The commands to execute within the container.

    ContainerGroupDiagnosticsResponse

    LogAnalytics LogAnalyticsResponse
    Container group log analytics information.
    logAnalytics LogAnalyticsResponse
    Container group log analytics information.
    logAnalytics LogAnalyticsResponse
    Container group log analytics information.
    log_analytics LogAnalyticsResponse
    Container group log analytics information.
    logAnalytics Property Map
    Container group log analytics information.

    ContainerHttpGetResponse

    Port int
    The port number to probe.
    HttpHeaders List<Pulumi.AzureNative.ContainerInstance.Inputs.HttpHeaderResponse>
    The HTTP headers.
    Path string
    The path to probe.
    Scheme string
    The scheme.
    Port int
    The port number to probe.
    HttpHeaders []HttpHeaderResponse
    The HTTP headers.
    Path string
    The path to probe.
    Scheme string
    The scheme.
    port Integer
    The port number to probe.
    httpHeaders List<HttpHeaderResponse>
    The HTTP headers.
    path String
    The path to probe.
    scheme String
    The scheme.
    port number
    The port number to probe.
    httpHeaders HttpHeaderResponse[]
    The HTTP headers.
    path string
    The path to probe.
    scheme string
    The scheme.
    port int
    The port number to probe.
    http_headers Sequence[HttpHeaderResponse]
    The HTTP headers.
    path str
    The path to probe.
    scheme str
    The scheme.
    port Number
    The port number to probe.
    httpHeaders List<Property Map>
    The HTTP headers.
    path String
    The path to probe.
    scheme String
    The scheme.

    ContainerPortResponse

    Port int
    The port number exposed within the container group.
    Protocol string
    The protocol associated with the port.
    Port int
    The port number exposed within the container group.
    Protocol string
    The protocol associated with the port.
    port Integer
    The port number exposed within the container group.
    protocol String
    The protocol associated with the port.
    port number
    The port number exposed within the container group.
    protocol string
    The protocol associated with the port.
    port int
    The port number exposed within the container group.
    protocol str
    The protocol associated with the port.
    port Number
    The port number exposed within the container group.
    protocol String
    The protocol associated with the port.

    ContainerProbeResponse

    Exec Pulumi.AzureNative.ContainerInstance.Inputs.ContainerExecResponse
    The execution command to probe
    FailureThreshold int
    The failure threshold.
    HttpGet Pulumi.AzureNative.ContainerInstance.Inputs.ContainerHttpGetResponse
    The Http Get settings to probe
    InitialDelaySeconds int
    The initial delay seconds.
    PeriodSeconds int
    The period seconds.
    SuccessThreshold int
    The success threshold.
    TimeoutSeconds int
    The timeout seconds.
    Exec ContainerExecResponse
    The execution command to probe
    FailureThreshold int
    The failure threshold.
    HttpGet ContainerHttpGetResponse
    The Http Get settings to probe
    InitialDelaySeconds int
    The initial delay seconds.
    PeriodSeconds int
    The period seconds.
    SuccessThreshold int
    The success threshold.
    TimeoutSeconds int
    The timeout seconds.
    exec ContainerExecResponse
    The execution command to probe
    failureThreshold Integer
    The failure threshold.
    httpGet ContainerHttpGetResponse
    The Http Get settings to probe
    initialDelaySeconds Integer
    The initial delay seconds.
    periodSeconds Integer
    The period seconds.
    successThreshold Integer
    The success threshold.
    timeoutSeconds Integer
    The timeout seconds.
    exec ContainerExecResponse
    The execution command to probe
    failureThreshold number
    The failure threshold.
    httpGet ContainerHttpGetResponse
    The Http Get settings to probe
    initialDelaySeconds number
    The initial delay seconds.
    periodSeconds number
    The period seconds.
    successThreshold number
    The success threshold.
    timeoutSeconds number
    The timeout seconds.
    exec_ ContainerExecResponse
    The execution command to probe
    failure_threshold int
    The failure threshold.
    http_get ContainerHttpGetResponse
    The Http Get settings to probe
    initial_delay_seconds int
    The initial delay seconds.
    period_seconds int
    The period seconds.
    success_threshold int
    The success threshold.
    timeout_seconds int
    The timeout seconds.
    exec Property Map
    The execution command to probe
    failureThreshold Number
    The failure threshold.
    httpGet Property Map
    The Http Get settings to probe
    initialDelaySeconds Number
    The initial delay seconds.
    periodSeconds Number
    The period seconds.
    successThreshold Number
    The success threshold.
    timeoutSeconds Number
    The timeout seconds.

    ContainerPropertiesResponseInstanceView

    CurrentState Pulumi.AzureNative.ContainerInstance.Inputs.ContainerStateResponse
    Current container instance state.
    Events List<Pulumi.AzureNative.ContainerInstance.Inputs.EventResponse>
    The events of the container instance.
    PreviousState Pulumi.AzureNative.ContainerInstance.Inputs.ContainerStateResponse
    Previous container instance state.
    RestartCount int
    The number of times that the container instance has been restarted.
    CurrentState ContainerStateResponse
    Current container instance state.
    Events []EventResponse
    The events of the container instance.
    PreviousState ContainerStateResponse
    Previous container instance state.
    RestartCount int
    The number of times that the container instance has been restarted.
    currentState ContainerStateResponse
    Current container instance state.
    events List<EventResponse>
    The events of the container instance.
    previousState ContainerStateResponse
    Previous container instance state.
    restartCount Integer
    The number of times that the container instance has been restarted.
    currentState ContainerStateResponse
    Current container instance state.
    events EventResponse[]
    The events of the container instance.
    previousState ContainerStateResponse
    Previous container instance state.
    restartCount number
    The number of times that the container instance has been restarted.
    current_state ContainerStateResponse
    Current container instance state.
    events Sequence[EventResponse]
    The events of the container instance.
    previous_state ContainerStateResponse
    Previous container instance state.
    restart_count int
    The number of times that the container instance has been restarted.
    currentState Property Map
    Current container instance state.
    events List<Property Map>
    The events of the container instance.
    previousState Property Map
    Previous container instance state.
    restartCount Number
    The number of times that the container instance has been restarted.

    ContainerResponse

    InstanceView Pulumi.AzureNative.ContainerInstance.Inputs.ContainerPropertiesResponseInstanceView
    The instance view of the container instance. Only valid in response.
    Name string
    The user-provided name of the container instance.
    Command List<string>
    The commands to execute within the container instance in exec form.
    ConfigMap Pulumi.AzureNative.ContainerInstance.Inputs.ConfigMapResponse
    The config map.
    EnvironmentVariables List<Pulumi.AzureNative.ContainerInstance.Inputs.EnvironmentVariableResponse>
    The environment variables to set in the container instance.
    Image string
    The name of the image used to create the container instance.
    LivenessProbe Pulumi.AzureNative.ContainerInstance.Inputs.ContainerProbeResponse
    The liveness probe.
    Ports List<Pulumi.AzureNative.ContainerInstance.Inputs.ContainerPortResponse>
    The exposed ports on the container instance.
    ReadinessProbe Pulumi.AzureNative.ContainerInstance.Inputs.ContainerProbeResponse
    The readiness probe.
    Resources Pulumi.AzureNative.ContainerInstance.Inputs.ResourceRequirementsResponse
    The resource requirements of the container instance.
    SecurityContext Pulumi.AzureNative.ContainerInstance.Inputs.SecurityContextDefinitionResponse
    The container security properties.
    VolumeMounts List<Pulumi.AzureNative.ContainerInstance.Inputs.VolumeMountResponse>
    The volume mounts available to the container instance.
    InstanceView ContainerPropertiesResponseInstanceView
    The instance view of the container instance. Only valid in response.
    Name string
    The user-provided name of the container instance.
    Command []string
    The commands to execute within the container instance in exec form.
    ConfigMap ConfigMapResponse
    The config map.
    EnvironmentVariables []EnvironmentVariableResponse
    The environment variables to set in the container instance.
    Image string
    The name of the image used to create the container instance.
    LivenessProbe ContainerProbeResponse
    The liveness probe.
    Ports []ContainerPortResponse
    The exposed ports on the container instance.
    ReadinessProbe ContainerProbeResponse
    The readiness probe.
    Resources ResourceRequirementsResponse
    The resource requirements of the container instance.
    SecurityContext SecurityContextDefinitionResponse
    The container security properties.
    VolumeMounts []VolumeMountResponse
    The volume mounts available to the container instance.
    instanceView ContainerPropertiesResponseInstanceView
    The instance view of the container instance. Only valid in response.
    name String
    The user-provided name of the container instance.
    command List<String>
    The commands to execute within the container instance in exec form.
    configMap ConfigMapResponse
    The config map.
    environmentVariables List<EnvironmentVariableResponse>
    The environment variables to set in the container instance.
    image String
    The name of the image used to create the container instance.
    livenessProbe ContainerProbeResponse
    The liveness probe.
    ports List<ContainerPortResponse>
    The exposed ports on the container instance.
    readinessProbe ContainerProbeResponse
    The readiness probe.
    resources ResourceRequirementsResponse
    The resource requirements of the container instance.
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    volumeMounts List<VolumeMountResponse>
    The volume mounts available to the container instance.
    instanceView ContainerPropertiesResponseInstanceView
    The instance view of the container instance. Only valid in response.
    name string
    The user-provided name of the container instance.
    command string[]
    The commands to execute within the container instance in exec form.
    configMap ConfigMapResponse
    The config map.
    environmentVariables EnvironmentVariableResponse[]
    The environment variables to set in the container instance.
    image string
    The name of the image used to create the container instance.
    livenessProbe ContainerProbeResponse
    The liveness probe.
    ports ContainerPortResponse[]
    The exposed ports on the container instance.
    readinessProbe ContainerProbeResponse
    The readiness probe.
    resources ResourceRequirementsResponse
    The resource requirements of the container instance.
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    volumeMounts VolumeMountResponse[]
    The volume mounts available to the container instance.
    instance_view ContainerPropertiesResponseInstanceView
    The instance view of the container instance. Only valid in response.
    name str
    The user-provided name of the container instance.
    command Sequence[str]
    The commands to execute within the container instance in exec form.
    config_map ConfigMapResponse
    The config map.
    environment_variables Sequence[EnvironmentVariableResponse]
    The environment variables to set in the container instance.
    image str
    The name of the image used to create the container instance.
    liveness_probe ContainerProbeResponse
    The liveness probe.
    ports Sequence[ContainerPortResponse]
    The exposed ports on the container instance.
    readiness_probe ContainerProbeResponse
    The readiness probe.
    resources ResourceRequirementsResponse
    The resource requirements of the container instance.
    security_context SecurityContextDefinitionResponse
    The container security properties.
    volume_mounts Sequence[VolumeMountResponse]
    The volume mounts available to the container instance.
    instanceView Property Map
    The instance view of the container instance. Only valid in response.
    name String
    The user-provided name of the container instance.
    command List<String>
    The commands to execute within the container instance in exec form.
    configMap Property Map
    The config map.
    environmentVariables List<Property Map>
    The environment variables to set in the container instance.
    image String
    The name of the image used to create the container instance.
    livenessProbe Property Map
    The liveness probe.
    ports List<Property Map>
    The exposed ports on the container instance.
    readinessProbe Property Map
    The readiness probe.
    resources Property Map
    The resource requirements of the container instance.
    securityContext Property Map
    The container security properties.
    volumeMounts List<Property Map>
    The volume mounts available to the container instance.

    ContainerStateResponse

    DetailStatus string
    The human-readable status of the container instance state.
    ExitCode int
    The container instance exit codes correspond to those from the docker run command.
    FinishTime string
    The date-time when the container instance state finished.
    StartTime string
    The date-time when the container instance state started.
    State string
    The state of the container instance.
    DetailStatus string
    The human-readable status of the container instance state.
    ExitCode int
    The container instance exit codes correspond to those from the docker run command.
    FinishTime string
    The date-time when the container instance state finished.
    StartTime string
    The date-time when the container instance state started.
    State string
    The state of the container instance.
    detailStatus String
    The human-readable status of the container instance state.
    exitCode Integer
    The container instance exit codes correspond to those from the docker run command.
    finishTime String
    The date-time when the container instance state finished.
    startTime String
    The date-time when the container instance state started.
    state String
    The state of the container instance.
    detailStatus string
    The human-readable status of the container instance state.
    exitCode number
    The container instance exit codes correspond to those from the docker run command.
    finishTime string
    The date-time when the container instance state finished.
    startTime string
    The date-time when the container instance state started.
    state string
    The state of the container instance.
    detail_status str
    The human-readable status of the container instance state.
    exit_code int
    The container instance exit codes correspond to those from the docker run command.
    finish_time str
    The date-time when the container instance state finished.
    start_time str
    The date-time when the container instance state started.
    state str
    The state of the container instance.
    detailStatus String
    The human-readable status of the container instance state.
    exitCode Number
    The container instance exit codes correspond to those from the docker run command.
    finishTime String
    The date-time when the container instance state finished.
    startTime String
    The date-time when the container instance state started.
    state String
    The state of the container instance.

    DeploymentExtensionSpecResponse

    ExtensionType string
    Type of extension to be added.
    Name string
    Name of the extension.
    Version string
    Version of the extension being used.
    ProtectedSettings object
    Protected settings for the extension.
    Settings object
    Settings for the extension.
    ExtensionType string
    Type of extension to be added.
    Name string
    Name of the extension.
    Version string
    Version of the extension being used.
    ProtectedSettings interface{}
    Protected settings for the extension.
    Settings interface{}
    Settings for the extension.
    extensionType String
    Type of extension to be added.
    name String
    Name of the extension.
    version String
    Version of the extension being used.
    protectedSettings Object
    Protected settings for the extension.
    settings Object
    Settings for the extension.
    extensionType string
    Type of extension to be added.
    name string
    Name of the extension.
    version string
    Version of the extension being used.
    protectedSettings any
    Protected settings for the extension.
    settings any
    Settings for the extension.
    extension_type str
    Type of extension to be added.
    name str
    Name of the extension.
    version str
    Version of the extension being used.
    protected_settings Any
    Protected settings for the extension.
    settings Any
    Settings for the extension.
    extensionType String
    Type of extension to be added.
    name String
    Name of the extension.
    version String
    Version of the extension being used.
    protectedSettings Any
    Protected settings for the extension.
    settings Any
    Settings for the extension.

    EncryptionPropertiesResponse

    KeyName string
    The encryption key name.
    KeyVersion string
    The encryption key version.
    VaultBaseUrl string
    The keyvault base url.
    Identity string
    The keyvault managed identity.
    KeyName string
    The encryption key name.
    KeyVersion string
    The encryption key version.
    VaultBaseUrl string
    The keyvault base url.
    Identity string
    The keyvault managed identity.
    keyName String
    The encryption key name.
    keyVersion String
    The encryption key version.
    vaultBaseUrl String
    The keyvault base url.
    identity String
    The keyvault managed identity.
    keyName string
    The encryption key name.
    keyVersion string
    The encryption key version.
    vaultBaseUrl string
    The keyvault base url.
    identity string
    The keyvault managed identity.
    key_name str
    The encryption key name.
    key_version str
    The encryption key version.
    vault_base_url str
    The keyvault base url.
    identity str
    The keyvault managed identity.
    keyName String
    The encryption key name.
    keyVersion String
    The encryption key version.
    vaultBaseUrl String
    The keyvault base url.
    identity String
    The keyvault managed identity.

    EnvironmentVariableResponse

    Name string
    The name of the environment variable.
    SecureValue string
    The value of the secure environment variable.
    SecureValueReference string
    The reference of the secure environment variable.
    Value string
    The value of the environment variable.
    Name string
    The name of the environment variable.
    SecureValue string
    The value of the secure environment variable.
    SecureValueReference string
    The reference of the secure environment variable.
    Value string
    The value of the environment variable.
    name String
    The name of the environment variable.
    secureValue String
    The value of the secure environment variable.
    secureValueReference String
    The reference of the secure environment variable.
    value String
    The value of the environment variable.
    name string
    The name of the environment variable.
    secureValue string
    The value of the secure environment variable.
    secureValueReference string
    The reference of the secure environment variable.
    value string
    The value of the environment variable.
    name str
    The name of the environment variable.
    secure_value str
    The value of the secure environment variable.
    secure_value_reference str
    The reference of the secure environment variable.
    value str
    The value of the environment variable.
    name String
    The name of the environment variable.
    secureValue String
    The value of the secure environment variable.
    secureValueReference String
    The reference of the secure environment variable.
    value String
    The value of the environment variable.

    EventResponse

    Count int
    The count of the event.
    FirstTimestamp string
    The date-time of the earliest logged event.
    LastTimestamp string
    The date-time of the latest logged event.
    Message string
    The event message.
    Name string
    The event name.
    Type string
    The event type.
    Count int
    The count of the event.
    FirstTimestamp string
    The date-time of the earliest logged event.
    LastTimestamp string
    The date-time of the latest logged event.
    Message string
    The event message.
    Name string
    The event name.
    Type string
    The event type.
    count Integer
    The count of the event.
    firstTimestamp String
    The date-time of the earliest logged event.
    lastTimestamp String
    The date-time of the latest logged event.
    message String
    The event message.
    name String
    The event name.
    type String
    The event type.
    count number
    The count of the event.
    firstTimestamp string
    The date-time of the earliest logged event.
    lastTimestamp string
    The date-time of the latest logged event.
    message string
    The event message.
    name string
    The event name.
    type string
    The event type.
    count int
    The count of the event.
    first_timestamp str
    The date-time of the earliest logged event.
    last_timestamp str
    The date-time of the latest logged event.
    message str
    The event message.
    name str
    The event name.
    type str
    The event type.
    count Number
    The count of the event.
    firstTimestamp String
    The date-time of the earliest logged event.
    lastTimestamp String
    The date-time of the latest logged event.
    message String
    The event message.
    name String
    The event name.
    type String
    The event type.

    GitRepoVolumeResponse

    Repository string
    Repository URL
    Directory string
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    Revision string
    Commit hash for the specified revision.
    Repository string
    Repository URL
    Directory string
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    Revision string
    Commit hash for the specified revision.
    repository String
    Repository URL
    directory String
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    revision String
    Commit hash for the specified revision.
    repository string
    Repository URL
    directory string
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    revision string
    Commit hash for the specified revision.
    repository str
    Repository URL
    directory str
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    revision str
    Commit hash for the specified revision.
    repository String
    Repository URL
    directory String
    Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name.
    revision String
    Commit hash for the specified revision.

    GpuResourceResponse

    Count int
    The count of the GPU resource.
    Sku string
    The SKU of the GPU resource.
    Count int
    The count of the GPU resource.
    Sku string
    The SKU of the GPU resource.
    count Integer
    The count of the GPU resource.
    sku String
    The SKU of the GPU resource.
    count number
    The count of the GPU resource.
    sku string
    The SKU of the GPU resource.
    count int
    The count of the GPU resource.
    sku str
    The SKU of the GPU resource.
    count Number
    The count of the GPU resource.
    sku String
    The SKU of the GPU resource.

    HttpHeaderResponse

    Name string
    The header name.
    Value string
    The header value.
    Name string
    The header name.
    Value string
    The header value.
    name String
    The header name.
    value String
    The header value.
    name string
    The header name.
    value string
    The header value.
    name str
    The header name.
    value str
    The header value.
    name String
    The header name.
    value String
    The header value.

    ImageRegistryCredentialResponse

    Server string
    The Docker image registry server without a protocol such as "http" and "https".
    Identity string
    The identity for the private registry.
    IdentityUrl string
    The identity URL for the private registry.
    Password string
    The password for the private registry.
    PasswordReference string
    The reference for the private registry password.
    Username string
    The username for the private registry.
    Server string
    The Docker image registry server without a protocol such as "http" and "https".
    Identity string
    The identity for the private registry.
    IdentityUrl string
    The identity URL for the private registry.
    Password string
    The password for the private registry.
    PasswordReference string
    The reference for the private registry password.
    Username string
    The username for the private registry.
    server String
    The Docker image registry server without a protocol such as "http" and "https".
    identity String
    The identity for the private registry.
    identityUrl String
    The identity URL for the private registry.
    password String
    The password for the private registry.
    passwordReference String
    The reference for the private registry password.
    username String
    The username for the private registry.
    server string
    The Docker image registry server without a protocol such as "http" and "https".
    identity string
    The identity for the private registry.
    identityUrl string
    The identity URL for the private registry.
    password string
    The password for the private registry.
    passwordReference string
    The reference for the private registry password.
    username string
    The username for the private registry.
    server str
    The Docker image registry server without a protocol such as "http" and "https".
    identity str
    The identity for the private registry.
    identity_url str
    The identity URL for the private registry.
    password str
    The password for the private registry.
    password_reference str
    The reference for the private registry password.
    username str
    The username for the private registry.
    server String
    The Docker image registry server without a protocol such as "http" and "https".
    identity String
    The identity for the private registry.
    identityUrl String
    The identity URL for the private registry.
    password String
    The password for the private registry.
    passwordReference String
    The reference for the private registry password.
    username String
    The username for the private registry.

    InitContainerDefinitionResponse

    InstanceView Pulumi.AzureNative.ContainerInstance.Inputs.InitContainerPropertiesDefinitionResponseInstanceView
    The instance view of the init container. Only valid in response.
    Name string
    The name for the init container.
    Command List<string>
    The command to execute within the init container in exec form.
    EnvironmentVariables List<Pulumi.AzureNative.ContainerInstance.Inputs.EnvironmentVariableResponse>
    The environment variables to set in the init container.
    Image string
    The image of the init container.
    SecurityContext Pulumi.AzureNative.ContainerInstance.Inputs.SecurityContextDefinitionResponse
    The container security properties.
    VolumeMounts List<Pulumi.AzureNative.ContainerInstance.Inputs.VolumeMountResponse>
    The volume mounts available to the init container.
    InstanceView InitContainerPropertiesDefinitionResponseInstanceView
    The instance view of the init container. Only valid in response.
    Name string
    The name for the init container.
    Command []string
    The command to execute within the init container in exec form.
    EnvironmentVariables []EnvironmentVariableResponse
    The environment variables to set in the init container.
    Image string
    The image of the init container.
    SecurityContext SecurityContextDefinitionResponse
    The container security properties.
    VolumeMounts []VolumeMountResponse
    The volume mounts available to the init container.
    instanceView InitContainerPropertiesDefinitionResponseInstanceView
    The instance view of the init container. Only valid in response.
    name String
    The name for the init container.
    command List<String>
    The command to execute within the init container in exec form.
    environmentVariables List<EnvironmentVariableResponse>
    The environment variables to set in the init container.
    image String
    The image of the init container.
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    volumeMounts List<VolumeMountResponse>
    The volume mounts available to the init container.
    instanceView InitContainerPropertiesDefinitionResponseInstanceView
    The instance view of the init container. Only valid in response.
    name string
    The name for the init container.
    command string[]
    The command to execute within the init container in exec form.
    environmentVariables EnvironmentVariableResponse[]
    The environment variables to set in the init container.
    image string
    The image of the init container.
    securityContext SecurityContextDefinitionResponse
    The container security properties.
    volumeMounts VolumeMountResponse[]
    The volume mounts available to the init container.
    instance_view InitContainerPropertiesDefinitionResponseInstanceView
    The instance view of the init container. Only valid in response.
    name str
    The name for the init container.
    command Sequence[str]
    The command to execute within the init container in exec form.
    environment_variables Sequence[EnvironmentVariableResponse]
    The environment variables to set in the init container.
    image str
    The image of the init container.
    security_context SecurityContextDefinitionResponse
    The container security properties.
    volume_mounts Sequence[VolumeMountResponse]
    The volume mounts available to the init container.
    instanceView Property Map
    The instance view of the init container. Only valid in response.
    name String
    The name for the init container.
    command List<String>
    The command to execute within the init container in exec form.
    environmentVariables List<Property Map>
    The environment variables to set in the init container.
    image String
    The image of the init container.
    securityContext Property Map
    The container security properties.
    volumeMounts List<Property Map>
    The volume mounts available to the init container.

    InitContainerPropertiesDefinitionResponseInstanceView

    CurrentState Pulumi.AzureNative.ContainerInstance.Inputs.ContainerStateResponse
    The current state of the init container.
    Events List<Pulumi.AzureNative.ContainerInstance.Inputs.EventResponse>
    The events of the init container.
    PreviousState Pulumi.AzureNative.ContainerInstance.Inputs.ContainerStateResponse
    The previous state of the init container.
    RestartCount int
    The number of times that the init container has been restarted.
    CurrentState ContainerStateResponse
    The current state of the init container.
    Events []EventResponse
    The events of the init container.
    PreviousState ContainerStateResponse
    The previous state of the init container.
    RestartCount int
    The number of times that the init container has been restarted.
    currentState ContainerStateResponse
    The current state of the init container.
    events List<EventResponse>
    The events of the init container.
    previousState ContainerStateResponse
    The previous state of the init container.
    restartCount Integer
    The number of times that the init container has been restarted.
    currentState ContainerStateResponse
    The current state of the init container.
    events EventResponse[]
    The events of the init container.
    previousState ContainerStateResponse
    The previous state of the init container.
    restartCount number
    The number of times that the init container has been restarted.
    current_state ContainerStateResponse
    The current state of the init container.
    events Sequence[EventResponse]
    The events of the init container.
    previous_state ContainerStateResponse
    The previous state of the init container.
    restart_count int
    The number of times that the init container has been restarted.
    currentState Property Map
    The current state of the init container.
    events List<Property Map>
    The events of the init container.
    previousState Property Map
    The previous state of the init container.
    restartCount Number
    The number of times that the init container has been restarted.

    IpAddressResponse

    Fqdn string
    The FQDN for the IP.
    Ports List<Pulumi.AzureNative.ContainerInstance.Inputs.PortResponse>
    The list of ports exposed on the container group.
    Type string
    Specifies if the IP is exposed to the public internet or private VNET.
    AutoGeneratedDomainNameLabelScope string
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    DnsNameLabel string
    The Dns name label for the IP.
    Ip string
    The IP exposed to the public internet.
    Fqdn string
    The FQDN for the IP.
    Ports []PortResponse
    The list of ports exposed on the container group.
    Type string
    Specifies if the IP is exposed to the public internet or private VNET.
    AutoGeneratedDomainNameLabelScope string
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    DnsNameLabel string
    The Dns name label for the IP.
    Ip string
    The IP exposed to the public internet.
    fqdn String
    The FQDN for the IP.
    ports List<PortResponse>
    The list of ports exposed on the container group.
    type String
    Specifies if the IP is exposed to the public internet or private VNET.
    autoGeneratedDomainNameLabelScope String
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    dnsNameLabel String
    The Dns name label for the IP.
    ip String
    The IP exposed to the public internet.
    fqdn string
    The FQDN for the IP.
    ports PortResponse[]
    The list of ports exposed on the container group.
    type string
    Specifies if the IP is exposed to the public internet or private VNET.
    autoGeneratedDomainNameLabelScope string
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    dnsNameLabel string
    The Dns name label for the IP.
    ip string
    The IP exposed to the public internet.
    fqdn str
    The FQDN for the IP.
    ports Sequence[PortResponse]
    The list of ports exposed on the container group.
    type str
    Specifies if the IP is exposed to the public internet or private VNET.
    auto_generated_domain_name_label_scope str
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    dns_name_label str
    The Dns name label for the IP.
    ip str
    The IP exposed to the public internet.
    fqdn String
    The FQDN for the IP.
    ports List<Property Map>
    The list of ports exposed on the container group.
    type String
    Specifies if the IP is exposed to the public internet or private VNET.
    autoGeneratedDomainNameLabelScope String
    The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.
    dnsNameLabel String
    The Dns name label for the IP.
    ip String
    The IP exposed to the public internet.

    LogAnalyticsResponse

    WorkspaceId string
    The workspace id for log analytics
    WorkspaceKey string
    The workspace key for log analytics
    LogType string
    The log type to be used.
    Metadata Dictionary<string, string>
    Metadata for log analytics.
    WorkspaceResourceId string
    The workspace resource id for log analytics
    WorkspaceId string
    The workspace id for log analytics
    WorkspaceKey string
    The workspace key for log analytics
    LogType string
    The log type to be used.
    Metadata map[string]string
    Metadata for log analytics.
    WorkspaceResourceId string
    The workspace resource id for log analytics
    workspaceId String
    The workspace id for log analytics
    workspaceKey String
    The workspace key for log analytics
    logType String
    The log type to be used.
    metadata Map<String,String>
    Metadata for log analytics.
    workspaceResourceId String
    The workspace resource id for log analytics
    workspaceId string
    The workspace id for log analytics
    workspaceKey string
    The workspace key for log analytics
    logType string
    The log type to be used.
    metadata {[key: string]: string}
    Metadata for log analytics.
    workspaceResourceId string
    The workspace resource id for log analytics
    workspace_id str
    The workspace id for log analytics
    workspace_key str
    The workspace key for log analytics
    log_type str
    The log type to be used.
    metadata Mapping[str, str]
    Metadata for log analytics.
    workspace_resource_id str
    The workspace resource id for log analytics
    workspaceId String
    The workspace id for log analytics
    workspaceKey String
    The workspace key for log analytics
    logType String
    The log type to be used.
    metadata Map<String>
    Metadata for log analytics.
    workspaceResourceId String
    The workspace resource id for log analytics

    PortResponse

    Port int
    The port number.
    Protocol string
    The protocol associated with the port.
    Port int
    The port number.
    Protocol string
    The protocol associated with the port.
    port Integer
    The port number.
    protocol String
    The protocol associated with the port.
    port number
    The port number.
    protocol string
    The protocol associated with the port.
    port int
    The port number.
    protocol str
    The protocol associated with the port.
    port Number
    The port number.
    protocol String
    The protocol associated with the port.

    ResourceLimitsResponse

    Cpu double
    The CPU limit of this container instance.
    Gpu Pulumi.AzureNative.ContainerInstance.Inputs.GpuResourceResponse
    The GPU limit of this container instance.
    MemoryInGB double
    The memory limit in GB of this container instance.
    Cpu float64
    The CPU limit of this container instance.
    Gpu GpuResourceResponse
    The GPU limit of this container instance.
    MemoryInGB float64
    The memory limit in GB of this container instance.
    cpu Double
    The CPU limit of this container instance.
    gpu GpuResourceResponse
    The GPU limit of this container instance.
    memoryInGB Double
    The memory limit in GB of this container instance.
    cpu number
    The CPU limit of this container instance.
    gpu GpuResourceResponse
    The GPU limit of this container instance.
    memoryInGB number
    The memory limit in GB of this container instance.
    cpu float
    The CPU limit of this container instance.
    gpu GpuResourceResponse
    The GPU limit of this container instance.
    memory_in_gb float
    The memory limit in GB of this container instance.
    cpu Number
    The CPU limit of this container instance.
    gpu Property Map
    The GPU limit of this container instance.
    memoryInGB Number
    The memory limit in GB of this container instance.

    ResourceRequestsResponse

    Cpu double
    The CPU request of this container instance.
    MemoryInGB double
    The memory request in GB of this container instance.
    Gpu Pulumi.AzureNative.ContainerInstance.Inputs.GpuResourceResponse
    The GPU request of this container instance.
    Cpu float64
    The CPU request of this container instance.
    MemoryInGB float64
    The memory request in GB of this container instance.
    Gpu GpuResourceResponse
    The GPU request of this container instance.
    cpu Double
    The CPU request of this container instance.
    memoryInGB Double
    The memory request in GB of this container instance.
    gpu GpuResourceResponse
    The GPU request of this container instance.
    cpu number
    The CPU request of this container instance.
    memoryInGB number
    The memory request in GB of this container instance.
    gpu GpuResourceResponse
    The GPU request of this container instance.
    cpu float
    The CPU request of this container instance.
    memory_in_gb float
    The memory request in GB of this container instance.
    gpu GpuResourceResponse
    The GPU request of this container instance.
    cpu Number
    The CPU request of this container instance.
    memoryInGB Number
    The memory request in GB of this container instance.
    gpu Property Map
    The GPU request of this container instance.

    ResourceRequirementsResponse

    Requests ResourceRequestsResponse
    The resource requests of this container instance.
    Limits ResourceLimitsResponse
    The resource limits of this container instance.
    requests ResourceRequestsResponse
    The resource requests of this container instance.
    limits ResourceLimitsResponse
    The resource limits of this container instance.
    requests ResourceRequestsResponse
    The resource requests of this container instance.
    limits ResourceLimitsResponse
    The resource limits of this container instance.
    requests ResourceRequestsResponse
    The resource requests of this container instance.
    limits ResourceLimitsResponse
    The resource limits of this container instance.
    requests Property Map
    The resource requests of this container instance.
    limits Property Map
    The resource limits of this container instance.

    SecurityContextCapabilitiesDefinitionResponse

    Add List<string>
    The capabilities to add to the container.
    Drop List<string>
    The capabilities to drop from the container.
    Add []string
    The capabilities to add to the container.
    Drop []string
    The capabilities to drop from the container.
    add List<String>
    The capabilities to add to the container.
    drop List<String>
    The capabilities to drop from the container.
    add string[]
    The capabilities to add to the container.
    drop string[]
    The capabilities to drop from the container.
    add Sequence[str]
    The capabilities to add to the container.
    drop Sequence[str]
    The capabilities to drop from the container.
    add List<String>
    The capabilities to add to the container.
    drop List<String>
    The capabilities to drop from the container.

    SecurityContextDefinitionResponse

    AllowPrivilegeEscalation bool
    A boolean value indicating whether the init process can elevate its privileges
    Capabilities Pulumi.AzureNative.ContainerInstance.Inputs.SecurityContextCapabilitiesDefinitionResponse
    The capabilities to add or drop from a container.
    Privileged bool
    The flag to determine if the container permissions is elevated to Privileged.
    RunAsGroup int
    Sets the User GID for the container.
    RunAsUser int
    Sets the User UID for the container.
    SeccompProfile string
    a base64 encoded string containing the contents of the JSON in the seccomp profile
    AllowPrivilegeEscalation bool
    A boolean value indicating whether the init process can elevate its privileges
    Capabilities SecurityContextCapabilitiesDefinitionResponse
    The capabilities to add or drop from a container.
    Privileged bool
    The flag to determine if the container permissions is elevated to Privileged.
    RunAsGroup int
    Sets the User GID for the container.
    RunAsUser int
    Sets the User UID for the container.
    SeccompProfile string
    a base64 encoded string containing the contents of the JSON in the seccomp profile
    allowPrivilegeEscalation Boolean
    A boolean value indicating whether the init process can elevate its privileges
    capabilities SecurityContextCapabilitiesDefinitionResponse
    The capabilities to add or drop from a container.
    privileged Boolean
    The flag to determine if the container permissions is elevated to Privileged.
    runAsGroup Integer
    Sets the User GID for the container.
    runAsUser Integer
    Sets the User UID for the container.
    seccompProfile String
    a base64 encoded string containing the contents of the JSON in the seccomp profile
    allowPrivilegeEscalation boolean
    A boolean value indicating whether the init process can elevate its privileges
    capabilities SecurityContextCapabilitiesDefinitionResponse
    The capabilities to add or drop from a container.
    privileged boolean
    The flag to determine if the container permissions is elevated to Privileged.
    runAsGroup number
    Sets the User GID for the container.
    runAsUser number
    Sets the User UID for the container.
    seccompProfile string
    a base64 encoded string containing the contents of the JSON in the seccomp profile
    allow_privilege_escalation bool
    A boolean value indicating whether the init process can elevate its privileges
    capabilities SecurityContextCapabilitiesDefinitionResponse
    The capabilities to add or drop from a container.
    privileged bool
    The flag to determine if the container permissions is elevated to Privileged.
    run_as_group int
    Sets the User GID for the container.
    run_as_user int
    Sets the User UID for the container.
    seccomp_profile str
    a base64 encoded string containing the contents of the JSON in the seccomp profile
    allowPrivilegeEscalation Boolean
    A boolean value indicating whether the init process can elevate its privileges
    capabilities Property Map
    The capabilities to add or drop from a container.
    privileged Boolean
    The flag to determine if the container permissions is elevated to Privileged.
    runAsGroup Number
    Sets the User GID for the container.
    runAsUser Number
    Sets the User UID for the container.
    seccompProfile String
    a base64 encoded string containing the contents of the JSON in the seccomp profile

    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.

    VolumeMountResponse

    MountPath string
    The path within the container where the volume should be mounted. Must not contain colon (:).
    Name string
    The name of the volume mount.
    ReadOnly bool
    The flag indicating whether the volume mount is read-only.
    MountPath string
    The path within the container where the volume should be mounted. Must not contain colon (:).
    Name string
    The name of the volume mount.
    ReadOnly bool
    The flag indicating whether the volume mount is read-only.
    mountPath String
    The path within the container where the volume should be mounted. Must not contain colon (:).
    name String
    The name of the volume mount.
    readOnly Boolean
    The flag indicating whether the volume mount is read-only.
    mountPath string
    The path within the container where the volume should be mounted. Must not contain colon (:).
    name string
    The name of the volume mount.
    readOnly boolean
    The flag indicating whether the volume mount is read-only.
    mount_path str
    The path within the container where the volume should be mounted. Must not contain colon (:).
    name str
    The name of the volume mount.
    read_only bool
    The flag indicating whether the volume mount is read-only.
    mountPath String
    The path within the container where the volume should be mounted. Must not contain colon (:).
    name String
    The name of the volume mount.
    readOnly Boolean
    The flag indicating whether the volume mount is read-only.

    VolumeResponse

    Name string
    The name of the volume.
    AzureFile Pulumi.AzureNative.ContainerInstance.Inputs.AzureFileVolumeResponse
    The Azure File volume.
    EmptyDir object
    The empty directory volume.
    GitRepo Pulumi.AzureNative.ContainerInstance.Inputs.GitRepoVolumeResponse
    The git repo volume.
    Secret Dictionary<string, string>
    The secret volume.
    SecretReference Dictionary<string, string>
    The secret reference volume.
    Name string
    The name of the volume.
    AzureFile AzureFileVolumeResponse
    The Azure File volume.
    EmptyDir interface{}
    The empty directory volume.
    GitRepo GitRepoVolumeResponse
    The git repo volume.
    Secret map[string]string
    The secret volume.
    SecretReference map[string]string
    The secret reference volume.
    name String
    The name of the volume.
    azureFile AzureFileVolumeResponse
    The Azure File volume.
    emptyDir Object
    The empty directory volume.
    gitRepo GitRepoVolumeResponse
    The git repo volume.
    secret Map<String,String>
    The secret volume.
    secretReference Map<String,String>
    The secret reference volume.
    name string
    The name of the volume.
    azureFile AzureFileVolumeResponse
    The Azure File volume.
    emptyDir any
    The empty directory volume.
    gitRepo GitRepoVolumeResponse
    The git repo volume.
    secret {[key: string]: string}
    The secret volume.
    secretReference {[key: string]: string}
    The secret reference volume.
    name str
    The name of the volume.
    azure_file AzureFileVolumeResponse
    The Azure File volume.
    empty_dir Any
    The empty directory volume.
    git_repo GitRepoVolumeResponse
    The git repo volume.
    secret Mapping[str, str]
    The secret volume.
    secret_reference Mapping[str, str]
    The secret reference volume.
    name String
    The name of the volume.
    azureFile Property Map
    The Azure File volume.
    emptyDir Any
    The empty directory volume.
    gitRepo Property Map
    The git repo volume.
    secret Map<String>
    The secret volume.
    secretReference Map<String>
    The secret reference volume.

    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.73.0 published on Wednesday, Nov 20, 2024 by Pulumi