Freigeben über


VolumePatchParameters Class

Definition

VolumePatchParameters represents the body of the request to patch the volume resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VolumePatchParametersTypeConverter))]
public class VolumePatchParameters : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVolumePatchParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.VolumePatchParametersTypeConverter))>]
type VolumePatchParameters = class
    interface IVolumePatchParameters
    interface IJsonSerializable
Public Class VolumePatchParameters
Implements IVolumePatchParameters
Inheritance
VolumePatchParameters
Attributes
Implements

Constructors

VolumePatchParameters()

Creates an new VolumePatchParameters instance.

Properties

Tag

The Azure resource tags that will replace the existing ones.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VolumePatchParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VolumePatchParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20230701.IVolumePatchParameters.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of VolumePatchParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to