azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.a...

150 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties"
name: "JobPatchProperties"
nameWithType: "JobPatchProperties"
summary: "Container Apps Job resource specific properties."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **JobPatchProperties**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.JobPatchProperties()"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.JobPatchProperties()"
name: "JobPatchProperties()"
nameWithType: "JobPatchProperties.JobPatchProperties()"
summary: "Creates an instance of Job<wbr>Patch<wbr>Properties class."
syntax: "public JobPatchProperties()"
desc: "Creates an instance of JobPatchProperties class."
methods:
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "JobPatchProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Job<wbr>Patch<wbr>Properties from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static JobPatchProperties fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the JobPatchProperties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of JobPatchProperties from the JsonReader."
returns:
description: "An instance of JobPatchProperties if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.identity()"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.identity()"
name: "identity()"
nameWithType: "JobPatchProperties.identity()"
summary: "Get 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."
syntax: "public ManagedServiceIdentity identity()"
desc: "Get 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.JobPatchProperties.properties()"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.properties()"
name: "properties()"
nameWithType: "JobPatchProperties.properties()"
summary: "Get the properties property: The properties property."
syntax: "public JobPatchPropertiesProperties properties()"
desc: "Get the properties property: The properties property."
returns:
description: "the properties value."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties&text=JobPatchPropertiesProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.tags()"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.tags()"
name: "tags()"
nameWithType: "JobPatchProperties.tags()"
summary: "Get the tags property: Resource tags."
syntax: "public Map<String,String> tags()"
desc: "Get 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>&lt;<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>&gt;"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "JobPatchProperties.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.validate()"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.validate()"
name: "validate()"
nameWithType: "JobPatchProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withIdentity(com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity)"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withIdentity(ManagedServiceIdentity identity)"
name: "withIdentity(ManagedServiceIdentity identity)"
nameWithType: "JobPatchProperties.withIdentity(ManagedServiceIdentity identity)"
summary: "Set 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."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity?alt=com.azure.resourcemanager.appcontainers.models.ManagedServiceIdentity&text=ManagedServiceIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobPatchProperties withIdentity(ManagedServiceIdentity identity)"
desc: "Set 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 JobPatchProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withProperties(com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties)"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withProperties(JobPatchPropertiesProperties properties)"
name: "withProperties(JobPatchPropertiesProperties properties)"
nameWithType: "JobPatchProperties.withProperties(JobPatchPropertiesProperties properties)"
summary: "Set the properties property: The properties property."
parameters:
- description: "the properties value to set."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchPropertiesProperties&text=JobPatchPropertiesProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JobPatchProperties withProperties(JobPatchPropertiesProperties properties)"
desc: "Set the properties property: The properties property."
returns:
description: "the JobPatchProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.appcontainers.models.JobPatchProperties.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "JobPatchProperties.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<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>&gt;"
syntax: "public JobPatchProperties withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
description: "the JobPatchProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Container Apps Job resource specific properties."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.appcontainers.models.JobPatchProperties?alt=com.azure.resourcemanager.appcontainers.models.JobPatchProperties&text=JobPatchProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.appcontainers.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-appcontainers:1.0.0