ContainerGroupPropertiesInstanceView 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.
The instance view of the container group. Only valid in response.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerGroupPropertiesInstanceViewTypeConverter))]
public class ContainerGroupPropertiesInstanceView : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerGroupPropertiesInstanceView
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.ContainerGroupPropertiesInstanceViewTypeConverter))>]
type ContainerGroupPropertiesInstanceView = class
interface IContainerGroupPropertiesInstanceView
interface IJsonSerializable
Public Class ContainerGroupPropertiesInstanceView
Implements IContainerGroupPropertiesInstanceView
- Inheritance
-
ContainerGroupPropertiesInstanceView
- Attributes
- Implements
Constructors
ContainerGroupPropertiesInstanceView() |
Creates an new ContainerGroupPropertiesInstanceView instance. |
Properties
Event |
The events of this container group. |
State |
The state of the container group. Only valid in response. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerGroupPropertiesInstanceView. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerGroupPropertiesInstanceView. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20221001Preview.IContainerGroupPropertiesInstanceView. |
FromJsonString(String) |
Creates a new instance of ContainerGroupPropertiesInstanceView, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerGroupPropertiesInstanceView into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |