ContainerGroupProperties 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.ContainerGroupPropertiesTypeConverter))]
public class ContainerGroupProperties : Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.ContainerGroupPropertiesTypeConverter))>]
type ContainerGroupProperties = class
interface IContainerGroupProperties
interface IJsonSerializable
Public Class ContainerGroupProperties
Implements IContainerGroupProperties
- Inheritance
-
ContainerGroupProperties
- Attributes
- Implements
Constructors
ContainerGroupProperties() |
Creates an new ContainerGroupProperties instance. |
Properties
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerGroupProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerGroupProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.StandbyPool.Models.IContainerGroupProperties. |
FromJsonString(String) |
Creates a new instance of ContainerGroupProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerGroupProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |