PersistenceConfigurationsUpdate 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.
Persistence options to all pipelines in the instance.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PersistenceConfigurationsUpdateTypeConverter))]
public class PersistenceConfigurationsUpdate : Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPersistenceConfigurationsUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.PersistenceConfigurationsUpdateTypeConverter))>]
type PersistenceConfigurationsUpdate = class
interface IPersistenceConfigurationsUpdate
interface IJsonSerializable
Public Class PersistenceConfigurationsUpdate
Implements IPersistenceConfigurationsUpdate
- Inheritance
-
PersistenceConfigurationsUpdate
- Attributes
- Implements
Constructors
PersistenceConfigurationsUpdate() |
Creates an new PersistenceConfigurationsUpdate instance. |
Properties
PersistentVolumeName |
The name of the mounted persistent volume. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PersistenceConfigurationsUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PersistenceConfigurationsUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.PipelineGroup.Models.IPersistenceConfigurationsUpdate. |
FromJsonString(String) |
Creates a new instance of PersistenceConfigurationsUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PersistenceConfigurationsUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |