357 строки
20 KiB
YAML
357 строки
20 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.appcontainers.models.Job"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job"
|
|
name: "Job"
|
|
nameWithType: "Job"
|
|
summary: "An immutable client-side representation of Job."
|
|
syntax: "public interface **Job**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.configuration()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.configuration()"
|
|
name: "configuration()"
|
|
nameWithType: "Job.configuration()"
|
|
summary: "Gets the configuration property: Container Apps Job configuration properties."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobConfiguration configuration()"
|
|
desc: "Gets the configuration property: Container Apps Job configuration properties."
|
|
returns:
|
|
description: "the configuration value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobConfiguration?alt=com.azure.resourcemanager.appcontainers.models.JobConfiguration&text=JobConfiguration\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.environmentId()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.environmentId()"
|
|
name: "environmentId()"
|
|
nameWithType: "Job.environmentId()"
|
|
summary: "Gets the environment<wbr>Id property: Resource ID of environment."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String environmentId()"
|
|
desc: "Gets the environmentId property: Resource ID of environment."
|
|
returns:
|
|
description: "the environmentId value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.eventStreamEndpoint()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.eventStreamEndpoint()"
|
|
name: "eventStreamEndpoint()"
|
|
nameWithType: "Job.eventStreamEndpoint()"
|
|
summary: "Gets the event<wbr>Stream<wbr>Endpoint property: The endpoint of the eventstream of the container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String eventStreamEndpoint()"
|
|
desc: "Gets the eventStreamEndpoint property: The endpoint of the eventstream of the container apps job."
|
|
returns:
|
|
description: "the eventStreamEndpoint value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.id()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.id()"
|
|
name: "id()"
|
|
nameWithType: "Job.id()"
|
|
summary: "Gets the id property: Fully qualified resource Id for the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String id()"
|
|
desc: "Gets the id property: Fully qualified resource Id for the resource."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.identity()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.identity()"
|
|
name: "identity()"
|
|
nameWithType: "Job.identity()"
|
|
summary: "Gets the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ManagedServiceIdentity identity()"
|
|
desc: "Gets the identity property: Managed identities needed by a container app job to interact with other Azure services to not maintain any secrets or credentials in code."
|
|
returns:
|
|
description: "the identity value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.innerModel()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.innerModel()"
|
|
name: "innerModel()"
|
|
nameWithType: "Job.innerModel()"
|
|
summary: "Gets the inner com.<wbr>azure.<wbr>resourcemanager.<wbr>appcontainers.<wbr>fluent.<wbr>models.<wbr>Job<wbr>Inner object."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobInner innerModel()"
|
|
desc: "Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.JobInner object."
|
|
returns:
|
|
description: "the inner object."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.fluent.models.JobInner?alt=com.azure.resourcemanager.appcontainers.fluent.models.JobInner&text=JobInner\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.listSecrets()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.listSecrets()"
|
|
name: "listSecrets()"
|
|
nameWithType: "Job.listSecrets()"
|
|
summary: "List secrets for a container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobSecretsCollection listSecrets()"
|
|
desc: "List secrets for a container apps job."
|
|
returns:
|
|
description: "container Apps Job Secrets Collection ARM resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobSecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.JobSecretsCollection&text=JobSecretsCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.listSecretsWithResponse(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.listSecretsWithResponse(Context context)"
|
|
name: "listSecretsWithResponse(Context context)"
|
|
nameWithType: "Job.listSecretsWithResponse(Context context)"
|
|
summary: "List secrets for a container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Response<JobSecretsCollection> listSecretsWithResponse(Context context)"
|
|
desc: "List secrets for a container apps job."
|
|
returns:
|
|
description: "container Apps Job Secrets Collection ARM resource along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
|
|
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.appcontainers.models.JobSecretsCollection?alt=com.azure.resourcemanager.appcontainers.models.JobSecretsCollection&text=JobSecretsCollection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.location()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.location()"
|
|
name: "location()"
|
|
nameWithType: "Job.location()"
|
|
summary: "Gets the location property: The geo-location where the resource lives."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String location()"
|
|
desc: "Gets the location property: The geo-location where the resource lives."
|
|
returns:
|
|
description: "the location value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.name()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.name()"
|
|
name: "name()"
|
|
nameWithType: "Job.name()"
|
|
summary: "Gets the name property: The name of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String name()"
|
|
desc: "Gets the name property: The name of the resource."
|
|
returns:
|
|
description: "the name value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.outboundIpAddresses()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.outboundIpAddresses()"
|
|
name: "outboundIpAddresses()"
|
|
nameWithType: "Job.outboundIpAddresses()"
|
|
summary: "Gets the outbound<wbr>IpAddresses property: Outbound IP Addresses of a container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract List<String> outboundIpAddresses()"
|
|
desc: "Gets the outboundIpAddresses property: Outbound IP Addresses of a container apps job."
|
|
returns:
|
|
description: "the outboundIpAddresses value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.provisioningState()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.provisioningState()"
|
|
name: "provisioningState()"
|
|
nameWithType: "Job.provisioningState()"
|
|
summary: "Gets the provisioning<wbr>State property: Provisioning state of the Container Apps Job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobProvisioningState provisioningState()"
|
|
desc: "Gets the provisioningState property: Provisioning state of the Container Apps Job."
|
|
returns:
|
|
description: "the provisioningState value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobProvisioningState?alt=com.azure.resourcemanager.appcontainers.models.JobProvisioningState&text=JobProvisioningState\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.refresh()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.refresh()"
|
|
name: "refresh()"
|
|
nameWithType: "Job.refresh()"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Job refresh()"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Job?alt=com.azure.resourcemanager.appcontainers.models.Job&text=Job\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.refresh(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.refresh(Context context)"
|
|
name: "refresh(Context context)"
|
|
nameWithType: "Job.refresh(Context context)"
|
|
summary: "Refreshes the resource to sync with Azure."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract Job refresh(Context context)"
|
|
desc: "Refreshes the resource to sync with Azure."
|
|
returns:
|
|
description: "the refreshed resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Job?alt=com.azure.resourcemanager.appcontainers.models.Job&text=Job\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.region()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.region()"
|
|
name: "region()"
|
|
nameWithType: "Job.region()"
|
|
summary: "Gets the region of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Region region()"
|
|
desc: "Gets the region of the resource."
|
|
returns:
|
|
description: "the region of the resource."
|
|
type: "<xref href=\"com.azure.core.management.Region?alt=com.azure.core.management.Region&text=Region\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.regionName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.regionName()"
|
|
name: "regionName()"
|
|
nameWithType: "Job.regionName()"
|
|
summary: "Gets the name of the resource region."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String regionName()"
|
|
desc: "Gets the name of the resource region."
|
|
returns:
|
|
description: "the name of the resource region."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.resourceGroupName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.resourceGroupName()"
|
|
name: "resourceGroupName()"
|
|
nameWithType: "Job.resourceGroupName()"
|
|
summary: "Gets the name of the resource group."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String resourceGroupName()"
|
|
desc: "Gets the name of the resource group."
|
|
returns:
|
|
description: "the name of the resource group."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.start()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.start()"
|
|
name: "start()"
|
|
nameWithType: "Job.start()"
|
|
summary: "Start a Container Apps Job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobExecutionBase start()"
|
|
desc: "Start a Container Apps Job."
|
|
returns:
|
|
description: "container App's Job execution name."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobExecutionBase?alt=com.azure.resourcemanager.appcontainers.models.JobExecutionBase&text=JobExecutionBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.start(com.azure.resourcemanager.appcontainers.models.JobExecutionTemplate,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.start(JobExecutionTemplate template, Context context)"
|
|
name: "start(JobExecutionTemplate template, Context context)"
|
|
nameWithType: "Job.start(JobExecutionTemplate template, Context context)"
|
|
summary: "Start a Container Apps Job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "Properties used to start a job execution."
|
|
name: "template"
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobExecutionTemplate?alt=com.azure.resourcemanager.appcontainers.models.JobExecutionTemplate&text=JobExecutionTemplate\" data-throw-if-not-resolved=\"False\" />"
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract JobExecutionBase start(JobExecutionTemplate template, Context context)"
|
|
desc: "Start a Container Apps Job."
|
|
returns:
|
|
description: "container App's Job execution name."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobExecutionBase?alt=com.azure.resourcemanager.appcontainers.models.JobExecutionBase&text=JobExecutionBase\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.stopMultipleExecutions()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.stopMultipleExecutions()"
|
|
name: "stopMultipleExecutions()"
|
|
nameWithType: "Job.stopMultipleExecutions()"
|
|
summary: "Terminates execution of a running container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract ContainerAppJobExecutions stopMultipleExecutions()"
|
|
desc: "Terminates execution of a running container apps job."
|
|
returns:
|
|
description: "container App executions collection ARM resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerAppJobExecutions?alt=com.azure.resourcemanager.appcontainers.models.ContainerAppJobExecutions&text=ContainerAppJobExecutions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.stopMultipleExecutions(com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.stopMultipleExecutions(Context context)"
|
|
name: "stopMultipleExecutions(Context context)"
|
|
nameWithType: "Job.stopMultipleExecutions(Context context)"
|
|
summary: "Terminates execution of a running container apps job."
|
|
modifiers:
|
|
- "abstract"
|
|
parameters:
|
|
- description: "The context to associate with this operation."
|
|
name: "context"
|
|
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public abstract ContainerAppJobExecutions stopMultipleExecutions(Context context)"
|
|
desc: "Terminates execution of a running container apps job."
|
|
returns:
|
|
description: "container App executions collection ARM resource."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ContainerAppJobExecutions?alt=com.azure.resourcemanager.appcontainers.models.ContainerAppJobExecutions&text=ContainerAppJobExecutions\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.systemData()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.systemData()"
|
|
name: "systemData()"
|
|
nameWithType: "Job.systemData()"
|
|
summary: "Gets the system<wbr>Data property: Azure Resource Manager metadata containing created<wbr>By and modified<wbr>By information."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract SystemData systemData()"
|
|
desc: "Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information."
|
|
returns:
|
|
description: "the systemData value."
|
|
type: "<xref href=\"com.azure.core.management.SystemData?alt=com.azure.core.management.SystemData&text=SystemData\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.tags()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.tags()"
|
|
name: "tags()"
|
|
nameWithType: "Job.tags()"
|
|
summary: "Gets the tags property: Resource tags."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Map<String,String> tags()"
|
|
desc: "Gets the tags property: Resource tags."
|
|
returns:
|
|
description: "the tags value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.template()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.template()"
|
|
name: "template()"
|
|
nameWithType: "Job.template()"
|
|
summary: "Gets the template property: Container Apps job definition."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract JobTemplate template()"
|
|
desc: "Gets the template property: Container Apps job definition."
|
|
returns:
|
|
description: "the template value."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobTemplate?alt=com.azure.resourcemanager.appcontainers.models.JobTemplate&text=JobTemplate\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.type()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.type()"
|
|
name: "type()"
|
|
nameWithType: "Job.type()"
|
|
summary: "Gets the type property: The type of the resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String type()"
|
|
desc: "Gets the type property: The type of the resource."
|
|
returns:
|
|
description: "the type value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.update()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.update()"
|
|
name: "update()"
|
|
nameWithType: "Job.update()"
|
|
summary: "Begins update for the Job resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract Job.Update update()"
|
|
desc: "Begins update for the Job resource."
|
|
returns:
|
|
description: "the stage of resource update."
|
|
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.Job.Update?alt=com.azure.resourcemanager.appcontainers.models.Job.Update&text=Update\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.appcontainers.models.Job.workloadProfileName()"
|
|
fullName: "com.azure.resourcemanager.appcontainers.models.Job.workloadProfileName()"
|
|
name: "workloadProfileName()"
|
|
nameWithType: "Job.workloadProfileName()"
|
|
summary: "Gets the workload<wbr>Profile<wbr>Name property: Workload profile name to pin for container apps job execution."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String workloadProfileName()"
|
|
desc: "Gets the workloadProfileName property: Workload profile name to pin for container apps job execution."
|
|
returns:
|
|
description: "the workloadProfileName value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "An immutable client-side representation of Job."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.appcontainers.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0
|