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

179 строки
13 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.compute.models.GalleryUpdate"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate"
name: "GalleryUpdate"
nameWithType: "GalleryUpdate"
summary: "Specifies information about the Shared Image Gallery that you want to update."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.management.ProxyResource?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.compute.models.UpdateResourceDefinition?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedMembers:
- "com.azure.core.management.ProxyResource.id()"
- "com.azure.core.management.ProxyResource.name()"
- "com.azure.core.management.ProxyResource.type()"
- "com.azure.resourcemanager.compute.models.UpdateResourceDefinition.tags()"
- "com.azure.resourcemanager.compute.models.UpdateResourceDefinition.validate()"
- "com.azure.resourcemanager.compute.models.UpdateResourceDefinition.withTags(java.util.Map<java.lang.String,java.lang.String>)"
- "java.lang.Object.clone()"
- "java.lang.Object.equals(java.lang.Object)"
- "java.lang.Object.finalize()"
- "java.lang.Object.getClass()"
- "java.lang.Object.hashCode()"
- "java.lang.Object.notify()"
- "java.lang.Object.notifyAll()"
- "java.lang.Object.toString()"
- "java.lang.Object.wait()"
- "java.lang.Object.wait(long)"
- "java.lang.Object.wait(long,int)"
syntax: "public final class GalleryUpdate extends UpdateResourceDefinition"
constructors:
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.GalleryUpdate()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.GalleryUpdate()"
name: "GalleryUpdate()"
nameWithType: "GalleryUpdate.GalleryUpdate()"
syntax: "public GalleryUpdate()"
methods:
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.description()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.description()"
name: "description()"
nameWithType: "GalleryUpdate.description()"
summary: "Get the description property: The description of this Shared Image Gallery resource."
syntax: "public String description()"
desc: "Get the description property: The description of this Shared Image Gallery 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.models.GalleryUpdate.identifier()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.identifier()"
name: "identifier()"
nameWithType: "GalleryUpdate.identifier()"
summary: "Get the identifier property: Describes the gallery unique name."
syntax: "public GalleryIdentifier identifier()"
desc: "Get the identifier property: Describes the gallery unique name."
returns:
description: "the identifier value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryIdentifier?alt=com.azure.resourcemanager.compute.models.GalleryIdentifier&text=GalleryIdentifier\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.provisioningState()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.provisioningState()"
name: "provisioningState()"
nameWithType: "GalleryUpdate.provisioningState()"
summary: "Get the provisioning<wbr>State property: The current state of the gallery or gallery artifact."
syntax: "public GalleryProvisioningState provisioningState()"
desc: "Get the provisioningState property: The current state of the gallery or gallery artifact. The provisioning state, which only appears in the response."
returns:
description: "the provisioningState value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryProvisioningState?alt=com.azure.resourcemanager.compute.models.GalleryProvisioningState&text=GalleryProvisioningState\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.sharingProfile()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.sharingProfile()"
name: "sharingProfile()"
nameWithType: "GalleryUpdate.sharingProfile()"
summary: "Get the sharing<wbr>Profile property: Profile for gallery sharing to subscription or tenant."
syntax: "public SharingProfile sharingProfile()"
desc: "Get the sharingProfile property: Profile for gallery sharing to subscription or tenant."
returns:
description: "the sharingProfile value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SharingProfile?alt=com.azure.resourcemanager.compute.models.SharingProfile&text=SharingProfile\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.sharingStatus()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.sharingStatus()"
name: "sharingStatus()"
nameWithType: "GalleryUpdate.sharingStatus()"
summary: "Get the sharing<wbr>Status property: Sharing status of current gallery."
syntax: "public SharingStatus sharingStatus()"
desc: "Get the sharingStatus property: Sharing status of current gallery."
returns:
description: "the sharingStatus value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SharingStatus?alt=com.azure.resourcemanager.compute.models.SharingStatus&text=SharingStatus\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.softDeletePolicy()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.softDeletePolicy()"
name: "softDeletePolicy()"
nameWithType: "GalleryUpdate.softDeletePolicy()"
summary: "Get the soft<wbr>Delete<wbr>Policy property: Contains information about the soft deletion policy of the gallery."
syntax: "public SoftDeletePolicy softDeletePolicy()"
desc: "Get the softDeletePolicy property: Contains information about the soft deletion policy of the gallery."
returns:
description: "the softDeletePolicy value."
type: "<xref href=\"com.azure.resourcemanager.compute.models.SoftDeletePolicy?alt=com.azure.resourcemanager.compute.models.SoftDeletePolicy&text=SoftDeletePolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.validate()"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.validate()"
name: "validate()"
nameWithType: "GalleryUpdate.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.compute.models.UpdateResourceDefinition.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "GalleryUpdate.withDescription(String description)"
summary: "Set the description property: The description of this Shared Image Gallery 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 GalleryUpdate withDescription(String description)"
desc: "Set the description property: The description of this Shared Image Gallery resource. This property is updatable."
returns:
description: "the GalleryUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryUpdate?alt=com.azure.resourcemanager.compute.models.GalleryUpdate&text=GalleryUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.withIdentifier(com.azure.resourcemanager.compute.models.GalleryIdentifier)"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.withIdentifier(GalleryIdentifier identifier)"
name: "withIdentifier(GalleryIdentifier identifier)"
nameWithType: "GalleryUpdate.withIdentifier(GalleryIdentifier identifier)"
summary: "Set the identifier property: Describes the gallery unique name."
parameters:
- description: "the identifier value to set."
name: "identifier"
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryIdentifier?alt=com.azure.resourcemanager.compute.models.GalleryIdentifier&text=GalleryIdentifier\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GalleryUpdate withIdentifier(GalleryIdentifier identifier)"
desc: "Set the identifier property: Describes the gallery unique name."
returns:
description: "the GalleryUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryUpdate?alt=com.azure.resourcemanager.compute.models.GalleryUpdate&text=GalleryUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.withSharingProfile(com.azure.resourcemanager.compute.models.SharingProfile)"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.withSharingProfile(SharingProfile sharingProfile)"
name: "withSharingProfile(SharingProfile sharingProfile)"
nameWithType: "GalleryUpdate.withSharingProfile(SharingProfile sharingProfile)"
summary: "Set the sharing<wbr>Profile property: Profile for gallery sharing to subscription or tenant."
parameters:
- description: "the sharingProfile value to set."
name: "sharingProfile"
type: "<xref href=\"com.azure.resourcemanager.compute.models.SharingProfile?alt=com.azure.resourcemanager.compute.models.SharingProfile&text=SharingProfile\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GalleryUpdate withSharingProfile(SharingProfile sharingProfile)"
desc: "Set the sharingProfile property: Profile for gallery sharing to subscription or tenant."
returns:
description: "the GalleryUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryUpdate?alt=com.azure.resourcemanager.compute.models.GalleryUpdate&text=GalleryUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.withSoftDeletePolicy(com.azure.resourcemanager.compute.models.SoftDeletePolicy)"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)"
name: "withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)"
nameWithType: "GalleryUpdate.withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)"
summary: "Set the soft<wbr>Delete<wbr>Policy property: Contains information about the soft deletion policy of the gallery."
parameters:
- description: "the softDeletePolicy value to set."
name: "softDeletePolicy"
type: "<xref href=\"com.azure.resourcemanager.compute.models.SoftDeletePolicy?alt=com.azure.resourcemanager.compute.models.SoftDeletePolicy&text=SoftDeletePolicy\" data-throw-if-not-resolved=\"False\" />"
syntax: "public GalleryUpdate withSoftDeletePolicy(SoftDeletePolicy softDeletePolicy)"
desc: "Set the softDeletePolicy property: Contains information about the soft deletion policy of the gallery."
returns:
description: "the GalleryUpdate object itself."
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryUpdate?alt=com.azure.resourcemanager.compute.models.GalleryUpdate&text=GalleryUpdate\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.compute.models.GalleryUpdate.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.compute.models.GalleryUpdate.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "GalleryUpdate.withTags(Map<String,String> tags)"
summary: "Set the tags property: Resource tags."
overridden: "com.azure.resourcemanager.compute.models.UpdateResourceDefinition.withTags(java.util.Map<java.lang.String,java.lang.String>)"
parameters:
- 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 GalleryUpdate withTags(Map<String,String> tags)"
desc: "Set the tags property: Resource tags."
returns:
type: "<xref href=\"com.azure.resourcemanager.compute.models.GalleryUpdate?alt=com.azure.resourcemanager.compute.models.GalleryUpdate&text=GalleryUpdate\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies information about the Shared Image Gallery that you want to update."
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.16.0