CloudServiceUpdate 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.
[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. |