Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IContainerInstanceIdentity Interface

Definition

Namespace:
Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models
Assembly:
Az.ContainerInstance.private.dll

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.

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

Properties

Name Description
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

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to