你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IContainerInstanceIdentity Interface

Definition

[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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to