Share via


ContainerGroupProfilePatch Class

Definition

Properties of container group profile that need to be patched

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfilePatchTypeConverter))]
public class ContainerGroupProfilePatch : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfilePatchTypeConverter))>]
type ContainerGroupProfilePatch = class
    interface IContainerGroupProfilePatch
    interface IJsonSerializable
Public Class ContainerGroupProfilePatch
Implements IContainerGroupProfilePatch
Inheritance
ContainerGroupProfilePatch
Attributes
Implements

Constructors

Name Description
ContainerGroupProfilePatch()

Creates an new ContainerGroupProfilePatch instance.

Properties

Name Description
Tag

Resource tags.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerGroupProfilePatch.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerGroupProfilePatch.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfilePatch.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerGroupProfilePatch into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to