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

150 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.UserArtifactManage"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage"
name: "UserArtifactManage"
nameWithType: "UserArtifactManage"
summary: "The User<wbr>Artifact<wbr>Manage model."
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 **UserArtifactManage**</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.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.UserArtifactManage()"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.UserArtifactManage()"
name: "UserArtifactManage()"
nameWithType: "UserArtifactManage.UserArtifactManage()"
summary: "Creates an instance of User<wbr>Artifact<wbr>Manage class."
syntax: "public UserArtifactManage()"
desc: "Creates an instance of UserArtifactManage class."
methods:
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "UserArtifactManage.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of User<wbr>Artifact<wbr>Manage 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 UserArtifactManage fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of UserArtifactManage from the JsonReader."
returns:
description: "An instance of UserArtifactManage 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.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.install()"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.install()"
name: "install()"
nameWithType: "UserArtifactManage.install()"
summary: "Get the install property: Required."
syntax: "public String install()"
desc: "Get the install property: Required. The path and arguments to install the gallery application. This is limited to 4096 characters."
returns:
description: "the install value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.remove()"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.remove()"
name: "remove()"
nameWithType: "UserArtifactManage.remove()"
summary: "Get the remove property: Required."
syntax: "public String remove()"
desc: "Get the remove property: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters."
returns:
description: "the remove value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "UserArtifactManage.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.compute.models.UserArtifactManage.update()"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.update()"
name: "update()"
nameWithType: "UserArtifactManage.update()"
summary: "Get the update property: Optional."
syntax: "public String update()"
desc: "Get the update property: Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters."
returns:
description: "the update value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.validate()"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.validate()"
name: "validate()"
nameWithType: "UserArtifactManage.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.withInstall(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.withInstall(String install)"
name: "withInstall(String install)"
nameWithType: "UserArtifactManage.withInstall(String install)"
summary: "Set the install property: Required."
parameters:
- description: "the install value to set."
name: "install"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserArtifactManage withInstall(String install)"
desc: "Set the install property: Required. The path and arguments to install the gallery application. This is limited to 4096 characters."
returns:
description: "the UserArtifactManage object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.withRemove(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.withRemove(String remove)"
name: "withRemove(String remove)"
nameWithType: "UserArtifactManage.withRemove(String remove)"
summary: "Set the remove property: Required."
parameters:
- description: "the remove value to set."
name: "remove"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserArtifactManage withRemove(String remove)"
desc: "Set the remove property: Required. The path and arguments to remove the gallery application. This is limited to 4096 characters."
returns:
description: "the UserArtifactManage object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.UserArtifactManage.withUpdate(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.UserArtifactManage.withUpdate(String update)"
name: "withUpdate(String update)"
nameWithType: "UserArtifactManage.withUpdate(String update)"
summary: "Set the update property: Optional."
parameters:
- description: "the update value to set."
name: "update"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public UserArtifactManage withUpdate(String update)"
desc: "Set the update property: Optional. The path and arguments to update the gallery application. If not present, then update operation will invoke remove command on the previous version and install command on the current version of the gallery application. This is limited to 4096 characters."
returns:
description: "the UserArtifactManage object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The UserArtifactManage model."
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.compute.models.UserArtifactManage?alt=com.azure.resourcemanager.compute.models.UserArtifactManage&text=UserArtifactManage\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.42.0