ContainerGroupProfile Class
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.
A container group profile.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileTypeConverter))]
public class ContainerGroupProfile : Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile, Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.ContainerGroupProfileTypeConverter))>]
type ContainerGroupProfile = class
interface IContainerGroupProfile
interface IJsonSerializable
interface IResource
interface IContainerGroupProfileProperties
interface IValidates
Public Class ContainerGroupProfile
Implements IContainerGroupProfile, IValidates
- Inheritance
-
ContainerGroupProfile
- Attributes
- Implements
Constructors
ContainerGroupProfile() |
Creates an new ContainerGroupProfile instance. |
Properties
ConfidentialComputeProperty |
The properties for confidential container group |
ConfidentialComputePropertyCcePolicy |
The base64 encoded confidential compute enforcement policy |
Container |
The containers within the container group. |
Diagnostic |
The diagnostic information for a container group. |
DiagnosticLogAnalytic |
Container group log analytics information. |
EncryptionProperty |
The encryption properties for a container group. |
EncryptionPropertyIdentity |
The keyvault managed identity. |
EncryptionPropertyKeyName |
The encryption key name. |
EncryptionPropertyKeyVersion |
The encryption key version. |
EncryptionPropertyVaultBaseUrl |
The keyvault base url. |
Extension |
extensions used by virtual kubelet |
Id |
The resource id. |
ImageRegistryCredentials |
The image registry credentials by which the container group is created from. |
InitContainer |
The init containers for a container group. |
IPAddress |
The IP address type of the container group. |
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. |
IPAddressDnsNameLabel |
The Dns name label for the IP. |
IPAddressFqdn |
The FQDN for the IP. |
IPAddressIP |
The IP exposed to the public internet. |
IPAddressPort |
The list of ports exposed on the container group. |
IPAddressType |
Specifies if the IP is exposed to the public internet or private VNET. |
Location |
The resource location. |
LogAnalyticLogType |
The log type to be used. |
LogAnalyticMetadata |
Metadata for log analytics. |
LogAnalyticWorkspaceId |
The workspace id for log analytics |
LogAnalyticWorkspaceKey |
The workspace key for log analytics |
LogAnalyticWorkspaceResourceId |
The workspace resource id for log analytics |
Name |
The resource name. |
OSType |
The operating system type required by the containers in the container group. |
Priority |
The priority of the container group. |
Property |
The container group profile properties |
ResourceGroupName |
Gets the resource group name |
RestartPolicy |
Restart policy for all containers within the container group.
|
Revision |
The container group profile current revision number. This only appears in the response. |
Sku |
The SKU for a container group. |
Tag |
The resource tags. |
Type |
The resource type. |
Volume |
The list of volumes that can be mounted by containers in this container group. |
Zone |
The zones for the container group. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContainerGroupProfile. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContainerGroupProfile. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerInstance.Models.Api20240501Preview.IContainerGroupProfile. |
FromJsonString(String) |
Creates a new instance of ContainerGroupProfile, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContainerGroupProfile into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |