Share via


ContainerGroupProfileReferenceDefinition Class

Definition

The container group profile reference.

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

Constructors

ContainerGroupProfileReferenceDefinition()

Creates an new ContainerGroupProfileReferenceDefinition instance.

Properties

Id

The container group profile reference id.This will be an ARM resource id in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroupProfiles/{containerGroupProfileName}'.

Revision

The container group profile reference revision.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerGroupProfileReferenceDefinition.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerGroupProfileReferenceDefinition.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerGroupProfileReferenceDefinition into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to