ContainerGroupProfilePatch 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.
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
ContainerGroupProfilePatch() |
Creates an new ContainerGroupProfilePatch instance. |
Properties
Tag |
Resource tags. |
Methods
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() |