Share via


ServiceUpdate Class

Definition

Service Info.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ServiceUpdateTypeConverter))]
public class ServiceUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IServiceUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.ServiceUpdateTypeConverter))>]
type ServiceUpdate = class
    interface IServiceUpdate
    interface IJsonSerializable
Public Class ServiceUpdate
Implements IServiceUpdate
Inheritance
ServiceUpdate
Attributes
Implements

Constructors

ServiceUpdate()

Creates an new ServiceUpdate instance.

Properties

PersistencePersistentVolumeName

The name of the mounted persistent volume.

Pipeline

Pipelines belonging to a given pipeline group.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ServiceUpdate.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ServiceUpdate.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IServiceUpdate.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ServiceUpdate into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to