GalleryImagesUpdateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |