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. |
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) |