你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

GalleryImagesUpdateRequest Class

Definition

The gallery images resource patch definition.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GalleryImagesUpdateRequestTypeConverter))]
public class GalleryImagesUpdateRequest : Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImagesUpdateRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.GalleryImagesUpdateRequestTypeConverter))>]
type GalleryImagesUpdateRequest = class
    interface IGalleryImagesUpdateRequest
    interface IJsonSerializable
Public Class GalleryImagesUpdateRequest
Implements IGalleryImagesUpdateRequest
Inheritance
GalleryImagesUpdateRequest
Attributes
Implements

Constructors

GalleryImagesUpdateRequest()

Creates an new GalleryImagesUpdateRequest instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of GalleryImagesUpdateRequest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of GalleryImagesUpdateRequest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StackHCIVM.Models.IGalleryImagesUpdateRequest.

FromJsonString(String)

Creates a new instance of GalleryImagesUpdateRequest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of GalleryImagesUpdateRequest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to