IContainerInstanceIdentity Interface
Definition
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
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |