Uses of Class
com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties
Packages that use JobPatchPropertiesProperties
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of JobPatchPropertiesProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return JobPatchPropertiesPropertiesModifier and TypeMethodDescriptionstatic JobPatchPropertiesPropertiesJobPatchPropertiesProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of JobPatchPropertiesProperties from the JsonReader.JobPatchProperties.properties()Get the properties property: The properties property.JobPatchPropertiesProperties.withConfiguration(JobConfiguration configuration) Set the configuration property: Container Apps Job configuration properties.JobPatchPropertiesProperties.withEnvironmentId(String environmentId) Set the environmentId property: Resource ID of environment.JobPatchPropertiesProperties.withEventStreamEndpoint(String eventStreamEndpoint) Set the eventStreamEndpoint property: The endpoint of the eventstream of the container apps job.JobPatchPropertiesProperties.withOutboundIpAddresses(List<String> outboundIpAddresses) Set the outboundIpAddresses property: Outbound IP Addresses of a container apps job.JobPatchPropertiesProperties.withTemplate(JobTemplate template) Set the template property: Container Apps job definition.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type JobPatchPropertiesPropertiesModifier and TypeMethodDescriptionJob.UpdateStages.WithProperties.withProperties(JobPatchPropertiesProperties properties) Specifies the properties property: The properties property..JobPatchProperties.withProperties(JobPatchPropertiesProperties properties) Set the properties property: The properties property.