Share via


CloudServiceUpdate Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceUpdateTypeConverter))]
public class CloudServiceUpdate : Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.CloudServiceUpdateTypeConverter))>]
type CloudServiceUpdate = class
    interface ICloudServiceUpdate
    interface IJsonSerializable
Public Class CloudServiceUpdate
Implements ICloudServiceUpdate
Inheritance
CloudServiceUpdate
Attributes
Implements

Constructors

CloudServiceUpdate()

Creates an new CloudServiceUpdate instance.

Properties

Tag

Resource tags

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServiceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServiceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.CloudService.Models.Api20220904.ICloudServiceUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServiceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to