ContainerGroupPropertiesUpdate 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.
Details of the ContainerGroupProperties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ContainerGroupPropertiesUpdateTypeConverter))]
public class ContainerGroupPropertiesUpdate : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupPropertiesUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ContainerGroupPropertiesUpdateTypeConverter))>]
type ContainerGroupPropertiesUpdate = class
interface IContainerGroupPropertiesUpdate
interface IJsonSerializable
Public Class ContainerGroupPropertiesUpdate
Implements IContainerGroupPropertiesUpdate
- Inheritance
-
ContainerGroupPropertiesUpdate
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ContainerGroupPropertiesUpdate() |
Creates an new ContainerGroupPropertiesUpdate instance. |
Properties
| Name | Description |
|---|---|
| ContainerGroupProfileId |
Specifies container group profile id of standby container groups. |
| ContainerGroupProfileRevision |
Specifies revision of container group profile. |
| SubnetId |
Specifies subnet Ids for container group. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerGroupPropertiesUpdate. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerGroupPropertiesUpdate. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupPropertiesUpdate. |
| FromJsonString(String) |
Creates a new instance of ContainerGroupPropertiesUpdate, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerGroupPropertiesUpdate into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |