Share via


IContainerGroupProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileTypeConverter))]
public interface IContainerGroupProfile : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfileProperties, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileTypeConverter))>]
type IContainerGroupProfile = interface
    interface IJsonSerializable
    interface IResource
    interface IContainerGroupProfileProperties
Public Interface IContainerGroupProfile
Implements IContainerGroupProfileProperties, IResource
Derived
Attributes
Implements

Properties

ConfidentialComputePropertyCcePolicy

The base64 encoded confidential compute enforcement policy

(Inherited from IContainerGroupProfileProperties)
Container

The containers within the container group.

(Inherited from IContainerGroupProfileProperties)
EncryptionPropertyIdentity

The keyvault managed identity.

(Inherited from IContainerGroupProfileProperties)
EncryptionPropertyKeyName

The encryption key name.

(Inherited from IContainerGroupProfileProperties)
EncryptionPropertyKeyVersion

The encryption key version.

(Inherited from IContainerGroupProfileProperties)
EncryptionPropertyVaultBaseUrl

The keyvault base url.

(Inherited from IContainerGroupProfileProperties)
Extension

extensions used by virtual kubelet

(Inherited from IContainerGroupProfileProperties)
Id

The resource id.

(Inherited from IResource)
ImageRegistryCredentials

The image registry credentials by which the container group is created from.

(Inherited from IContainerGroupProfileProperties)
InitContainer

The init containers for a container group.

(Inherited from IContainerGroupProfileProperties)
IPAddressAutoGeneratedDomainNameLabelScope

The value representing the security enum. The 'Unsecure' value is the default value if not selected and means the object's domain name label is not secured against subdomain takeover. The 'TenantReuse' value is the default value if selected and means the object's domain name label can be reused within the same tenant. The 'SubscriptionReuse' value means the object's domain name label can be reused within the same subscription. The 'ResourceGroupReuse' value means the object's domain name label can be reused within the same resource group. The 'NoReuse' value means the object's domain name label cannot be reused within the same resource group, subscription, or tenant.

(Inherited from IContainerGroupProfileProperties)
IPAddressDnsNameLabel

The Dns name label for the IP.

(Inherited from IContainerGroupProfileProperties)
IPAddressFqdn

The FQDN for the IP.

(Inherited from IContainerGroupProfileProperties)
IPAddressIP

The IP exposed to the public internet.

(Inherited from IContainerGroupProfileProperties)
IPAddressPort

The list of ports exposed on the container group.

(Inherited from IContainerGroupProfileProperties)
IPAddressType

Specifies if the IP is exposed to the public internet or private VNET.

(Inherited from IContainerGroupProfileProperties)
Location

The resource location.

(Inherited from IResource)
LogAnalyticLogType

The log type to be used.

(Inherited from IContainerGroupProfileProperties)
LogAnalyticMetadata

Metadata for log analytics.

(Inherited from IContainerGroupProfileProperties)
LogAnalyticWorkspaceId

The workspace id for log analytics

(Inherited from IContainerGroupProfileProperties)
LogAnalyticWorkspaceKey

The workspace key for log analytics

(Inherited from IContainerGroupProfileProperties)
LogAnalyticWorkspaceResourceId

The workspace resource id for log analytics

(Inherited from IContainerGroupProfileProperties)
Name

The resource name.

(Inherited from IResource)
OSType

The operating system type required by the containers in the container group.

(Inherited from IContainerGroupProfileProperties)
Priority

The priority of the container group.

(Inherited from IContainerGroupProfileProperties)
RestartPolicy

Restart policy for all containers within the container group.

  • Always Always restart
  • OnFailure Restart on failure
  • Never Never restart
(Inherited from IContainerGroupProfileProperties)
Revision

The container group profile current revision number. This only appears in the response.

(Inherited from IContainerGroupProfileProperties)
Sku

The SKU for a container group.

(Inherited from IContainerGroupProfileProperties)
Tag

The resource tags.

(Inherited from IResource)
Type

The resource type.

(Inherited from IResource)
Volume

The list of volumes that can be mounted by containers in this container group.

(Inherited from IContainerGroupProfileProperties)
Zone

The zones for the container group.

(Inherited from IResource)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to