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

246 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties"
name: "GalleryApplicationProperties"
nameWithType: "GalleryApplicationProperties"
summary: "Describes the properties of a gallery Application Definition."
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 **GalleryApplicationProperties**</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.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.GalleryApplicationProperties()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.GalleryApplicationProperties()"
name: "GalleryApplicationProperties()"
nameWithType: "GalleryApplicationProperties.GalleryApplicationProperties()"
summary: "Creates an instance of Gallery<wbr>Application<wbr>Properties class."
syntax: "public GalleryApplicationProperties()"
desc: "Creates an instance of GalleryApplicationProperties class."
methods:
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.customActions()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.customActions()"
name: "customActions()"
nameWithType: "GalleryApplicationProperties.customActions()"
summary: "Get the custom<wbr>Actions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application."
syntax: "public List<GalleryApplicationCustomAction> customActions()"
desc: "Get the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application."
returns:
description: "the customActions value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction?alt=com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction&text=GalleryApplicationCustomAction\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.description()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.description()"
name: "description()"
nameWithType: "GalleryApplicationProperties.description()"
summary: "Get the description property: The description of this gallery Application Definition resource."
syntax: "public String description()"
desc: "Get the description property: The description of this gallery Application Definition resource. This property is updatable."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.endOfLifeDate()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.endOfLifeDate()"
name: "endOfLifeDate()"
nameWithType: "GalleryApplicationProperties.endOfLifeDate()"
summary: "Get the end<wbr>OfLife<wbr>Date property: The end of life date of the gallery Application Definition."
syntax: "public OffsetDateTime endOfLifeDate()"
desc: "Get the endOfLifeDate property: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable."
returns:
description: "the endOfLifeDate value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.eula()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.eula()"
name: "eula()"
nameWithType: "GalleryApplicationProperties.eula()"
summary: "Get the eula property: The Eula agreement for the gallery Application Definition."
syntax: "public String eula()"
desc: "Get the eula property: The Eula agreement for the gallery Application Definition."
returns:
description: "the eula value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "GalleryApplicationProperties.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Gallery<wbr>Application<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 GalleryApplicationProperties 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 GalleryApplicationProperties from the JsonReader."
returns:
description: "An instance of GalleryApplicationProperties if the JsonReader was pointing to an instance of it, or null\n if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.privacyStatementUri()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.privacyStatementUri()"
name: "privacyStatementUri()"
nameWithType: "GalleryApplicationProperties.privacyStatementUri()"
summary: "Get the privacy<wbr>Statement<wbr>Uri property: The privacy statement uri."
syntax: "public String privacyStatementUri()"
desc: "Get the privacyStatementUri property: The privacy statement uri."
returns:
description: "the privacyStatementUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.releaseNoteUri()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.releaseNoteUri()"
name: "releaseNoteUri()"
nameWithType: "GalleryApplicationProperties.releaseNoteUri()"
summary: "Get the release<wbr>Note<wbr>Uri property: The release note uri."
syntax: "public String releaseNoteUri()"
desc: "Get the releaseNoteUri property: The release note uri."
returns:
description: "the releaseNoteUri value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.supportedOSType()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.supportedOSType()"
name: "supportedOSType()"
nameWithType: "GalleryApplicationProperties.supportedOSType()"
summary: "Get the supported<wbr>OSType property: This property allows you to specify the supported type of the OS that application is built for."
syntax: "public OperatingSystemTypes supportedOSType()"
desc: "Get the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for. Possible values are: \\*\\*Windows,\\*\\* \\*\\*Linux.\\*\\*."
returns:
description: "the supportedOSType value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.OperatingSystemTypes?alt=com.azure.resourcemanager.compute.models.OperatingSystemTypes&text=OperatingSystemTypes\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "GalleryApplicationProperties.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.fluent.models.GalleryApplicationProperties.validate()"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.validate()"
name: "validate()"
nameWithType: "GalleryApplicationProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withCustomActions(java.util.List<com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction>)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withCustomActions(List<GalleryApplicationCustomAction> customActions)"
name: "withCustomActions(List<GalleryApplicationCustomAction> customActions)"
nameWithType: "GalleryApplicationProperties.withCustomActions(List<GalleryApplicationCustomAction> customActions)"
summary: "Set the custom<wbr>Actions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application."
parameters:
- description: "the customActions value to set."
name: "customActions"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction?alt=com.azure.resourcemanager.compute.models.GalleryApplicationCustomAction&text=GalleryApplicationCustomAction\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public GalleryApplicationProperties withCustomActions(List<GalleryApplicationCustomAction> customActions)"
desc: "Set the customActions property: A list of custom actions that can be performed with all of the Gallery Application Versions within this Gallery Application."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "GalleryApplicationProperties.withDescription(String description)"
summary: "Set the description property: The description of this gallery Application Definition resource."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GalleryApplicationProperties withDescription(String description)"
desc: "Set the description property: The description of this gallery Application Definition resource. This property is updatable."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withEndOfLifeDate(java.time.OffsetDateTime)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate)"
name: "withEndOfLifeDate(OffsetDateTime endOfLifeDate)"
nameWithType: "GalleryApplicationProperties.withEndOfLifeDate(OffsetDateTime endOfLifeDate)"
summary: "Set the end<wbr>OfLife<wbr>Date property: The end of life date of the gallery Application Definition."
parameters:
- description: "the endOfLifeDate value to set."
name: "endOfLifeDate"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/time/OffsetDateTime.html\">OffsetDateTime</a>"
syntax: "public GalleryApplicationProperties withEndOfLifeDate(OffsetDateTime endOfLifeDate)"
desc: "Set the endOfLifeDate property: The end of life date of the gallery Application Definition. This property can be used for decommissioning purposes. This property is updatable."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withEula(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withEula(String eula)"
name: "withEula(String eula)"
nameWithType: "GalleryApplicationProperties.withEula(String eula)"
summary: "Set the eula property: The Eula agreement for the gallery Application Definition."
parameters:
- description: "the eula value to set."
name: "eula"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GalleryApplicationProperties withEula(String eula)"
desc: "Set the eula property: The Eula agreement for the gallery Application Definition."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withPrivacyStatementUri(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withPrivacyStatementUri(String privacyStatementUri)"
name: "withPrivacyStatementUri(String privacyStatementUri)"
nameWithType: "GalleryApplicationProperties.withPrivacyStatementUri(String privacyStatementUri)"
summary: "Set the privacy<wbr>Statement<wbr>Uri property: The privacy statement uri."
parameters:
- description: "the privacyStatementUri value to set."
name: "privacyStatementUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GalleryApplicationProperties withPrivacyStatementUri(String privacyStatementUri)"
desc: "Set the privacyStatementUri property: The privacy statement uri."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withReleaseNoteUri(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withReleaseNoteUri(String releaseNoteUri)"
name: "withReleaseNoteUri(String releaseNoteUri)"
nameWithType: "GalleryApplicationProperties.withReleaseNoteUri(String releaseNoteUri)"
summary: "Set the release<wbr>Note<wbr>Uri property: The release note uri."
parameters:
- description: "the releaseNoteUri value to set."
name: "releaseNoteUri"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public GalleryApplicationProperties withReleaseNoteUri(String releaseNoteUri)"
desc: "Set the releaseNoteUri property: The release note uri."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withSupportedOSType(com.azure.resourcemanager.compute.models.OperatingSystemTypes)"
fullName: "com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties.withSupportedOSType(OperatingSystemTypes supportedOSType)"
name: "withSupportedOSType(OperatingSystemTypes supportedOSType)"
nameWithType: "GalleryApplicationProperties.withSupportedOSType(OperatingSystemTypes supportedOSType)"
summary: "Set the supported<wbr>OSType property: This property allows you to specify the supported type of the OS that application is built for."
parameters:
- description: "the supportedOSType value to set."
name: "supportedOSType"
type: "<xref href=\"com.azure.resourcemanager.compute.models.OperatingSystemTypes?alt=com.azure.resourcemanager.compute.models.OperatingSystemTypes&text=OperatingSystemTypes\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GalleryApplicationProperties withSupportedOSType(OperatingSystemTypes supportedOSType)"
desc: "Set the supportedOSType property: This property allows you to specify the supported type of the OS that application is built for. Possible values are: \\*\\*Windows,\\*\\* \\*\\*Linux.\\*\\*."
returns:
description: "the GalleryApplicationProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Describes the properties of a gallery Application Definition."
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.fluent.models.GalleryApplicationProperties?alt=com.azure.resourcemanager.compute.fluent.models.GalleryApplicationProperties&text=GalleryApplicationProperties\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.compute.fluent.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.44.0