Share via


ContainerInstanceIdentity Class

Definition

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

Constructors

ContainerInstanceIdentity()

Creates an new ContainerInstanceIdentity instance.

Properties

ContainerGroupName

The name of the container group.

ContainerGroupProfileName

The name of the container group profile.

ContainerName

The name of the container instance.

Id

Resource identity path

Location

The name of the Azure region.

ResourceGroupName

The name of the resource group. The name is case insensitive.

RevisionNumber

The revision number of the container group profile.

SubnetName

The name of the subnet.

SubscriptionId

The ID of the target subscription. The value must be an UUID.

VirtualNetworkName

The name of the virtual network.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContainerInstanceIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContainerInstanceIdentity.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContainerInstanceIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to