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.

ContainerName

The name of the container instance.

Id

Resource identity path

Location

The identifier for the physical azure location.

ResourceGroupName

The name of the resource group.

SubnetName

The name of the subnet.

SubscriptionId

Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

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