This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.networkcloud.getAgentPool
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get properties of the provided Kubernetes cluster agent pool. Azure REST API version: 2023-10-01-preview.
Other available API versions: 2023-07-01, 2024-06-01-preview, 2024-07-01, 2024-10-01-preview.
Using getAgentPool
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAgentPool(args: GetAgentPoolArgs, opts?: InvokeOptions): Promise<GetAgentPoolResult>
function getAgentPoolOutput(args: GetAgentPoolOutputArgs, opts?: InvokeOptions): Output<GetAgentPoolResult>def get_agent_pool(agent_pool_name: Optional[str] = None,
                   kubernetes_cluster_name: Optional[str] = None,
                   resource_group_name: Optional[str] = None,
                   opts: Optional[InvokeOptions] = None) -> GetAgentPoolResult
def get_agent_pool_output(agent_pool_name: Optional[pulumi.Input[str]] = None,
                   kubernetes_cluster_name: Optional[pulumi.Input[str]] = None,
                   resource_group_name: Optional[pulumi.Input[str]] = None,
                   opts: Optional[InvokeOptions] = None) -> Output[GetAgentPoolResult]func LookupAgentPool(ctx *Context, args *LookupAgentPoolArgs, opts ...InvokeOption) (*LookupAgentPoolResult, error)
func LookupAgentPoolOutput(ctx *Context, args *LookupAgentPoolOutputArgs, opts ...InvokeOption) LookupAgentPoolResultOutput> Note: This function is named LookupAgentPool in the Go SDK.
public static class GetAgentPool 
{
    public static Task<GetAgentPoolResult> InvokeAsync(GetAgentPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetAgentPoolResult> Invoke(GetAgentPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
public static Output<GetAgentPoolResult> getAgentPool(GetAgentPoolArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:networkcloud:getAgentPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AgentPool stringName 
- The name of the Kubernetes cluster agent pool.
- KubernetesCluster stringName 
- The name of the Kubernetes cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- AgentPool stringName 
- The name of the Kubernetes cluster agent pool.
- KubernetesCluster stringName 
- The name of the Kubernetes cluster.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- agentPool StringName 
- The name of the Kubernetes cluster agent pool.
- kubernetesCluster StringName 
- The name of the Kubernetes cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- agentPool stringName 
- The name of the Kubernetes cluster agent pool.
- kubernetesCluster stringName 
- The name of the Kubernetes cluster.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- agent_pool_ strname 
- The name of the Kubernetes cluster agent pool.
- kubernetes_cluster_ strname 
- The name of the Kubernetes cluster.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- agentPool StringName 
- The name of the Kubernetes cluster agent pool.
- kubernetesCluster StringName 
- The name of the Kubernetes cluster.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getAgentPool Result
The following output properties are available:
- Count double
- The number of virtual machines that use this configuration.
- DetailedStatus string
- The current status of the agent pool.
- DetailedStatus stringMessage 
- The descriptive message about the current detailed status.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- KubernetesVersion string
- The Kubernetes version running in this agent pool.
- Location string
- The geo-location where the resource lives
- Mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- Name string
- The name of the resource
- ProvisioningState string
- The provisioning state of the agent pool.
- SystemData Pulumi.Azure Native. Network Cloud. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- VmSku stringName 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- AdministratorConfiguration Pulumi.Azure Native. Network Cloud. Outputs. Administrator Configuration Response 
- The administrator credentials to be used for the nodes in this agent pool.
- AgentOptions Pulumi.Azure Native. Network Cloud. Outputs. Agent Options Response 
- The configurations that will be applied to each agent in this agent pool.
- AttachedNetwork Pulumi.Configuration Azure Native. Network Cloud. Outputs. Attached Network Configuration Response 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- AvailabilityZones List<string>
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- ExtendedLocation Pulumi.Azure Native. Network Cloud. Outputs. Extended Location Response 
- The extended location of the cluster associated with the resource.
- Labels
List<Pulumi.Azure Native. Network Cloud. Outputs. Kubernetes Label Response> 
- The labels applied to the nodes in this agent pool.
- Dictionary<string, string>
- Resource tags.
- Taints
List<Pulumi.Azure Native. Network Cloud. Outputs. Kubernetes Label Response> 
- The taints applied to the nodes in this agent pool.
- UpgradeSettings Pulumi.Azure Native. Network Cloud. Outputs. Agent Pool Upgrade Settings Response 
- The configuration of the agent pool.
- Count float64
- The number of virtual machines that use this configuration.
- DetailedStatus string
- The current status of the agent pool.
- DetailedStatus stringMessage 
- The descriptive message about the current detailed status.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- KubernetesVersion string
- The Kubernetes version running in this agent pool.
- Location string
- The geo-location where the resource lives
- Mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- Name string
- The name of the resource
- ProvisioningState string
- The provisioning state of the agent pool.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- VmSku stringName 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- AdministratorConfiguration AdministratorConfiguration Response 
- The administrator credentials to be used for the nodes in this agent pool.
- AgentOptions AgentOptions Response 
- The configurations that will be applied to each agent in this agent pool.
- AttachedNetwork AttachedConfiguration Network Configuration Response 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- AvailabilityZones []string
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- ExtendedLocation ExtendedLocation Response 
- The extended location of the cluster associated with the resource.
- Labels
[]KubernetesLabel Response 
- The labels applied to the nodes in this agent pool.
- map[string]string
- Resource tags.
- Taints
[]KubernetesLabel Response 
- The taints applied to the nodes in this agent pool.
- UpgradeSettings AgentPool Upgrade Settings Response 
- The configuration of the agent pool.
- count Double
- The number of virtual machines that use this configuration.
- detailedStatus String
- The current status of the agent pool.
- detailedStatus StringMessage 
- The descriptive message about the current detailed status.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetesVersion String
- The Kubernetes version running in this agent pool.
- location String
- The geo-location where the resource lives
- mode String
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name String
- The name of the resource
- provisioningState String
- The provisioning state of the agent pool.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- vmSku StringName 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- administratorConfiguration AdministratorConfiguration Response 
- The administrator credentials to be used for the nodes in this agent pool.
- agentOptions AgentOptions Response 
- The configurations that will be applied to each agent in this agent pool.
- attachedNetwork AttachedConfiguration Network Configuration Response 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availabilityZones List<String>
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extendedLocation ExtendedLocation Response 
- The extended location of the cluster associated with the resource.
- labels
List<KubernetesLabel Response> 
- The labels applied to the nodes in this agent pool.
- Map<String,String>
- Resource tags.
- taints
List<KubernetesLabel Response> 
- The taints applied to the nodes in this agent pool.
- upgradeSettings AgentPool Upgrade Settings Response 
- The configuration of the agent pool.
- count number
- The number of virtual machines that use this configuration.
- detailedStatus string
- The current status of the agent pool.
- detailedStatus stringMessage 
- The descriptive message about the current detailed status.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetesVersion string
- The Kubernetes version running in this agent pool.
- location string
- The geo-location where the resource lives
- mode string
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name string
- The name of the resource
- provisioningState string
- The provisioning state of the agent pool.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- vmSku stringName 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- administratorConfiguration AdministratorConfiguration Response 
- The administrator credentials to be used for the nodes in this agent pool.
- agentOptions AgentOptions Response 
- The configurations that will be applied to each agent in this agent pool.
- attachedNetwork AttachedConfiguration Network Configuration Response 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availabilityZones string[]
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extendedLocation ExtendedLocation Response 
- The extended location of the cluster associated with the resource.
- labels
KubernetesLabel Response[] 
- The labels applied to the nodes in this agent pool.
- {[key: string]: string}
- Resource tags.
- taints
KubernetesLabel Response[] 
- The taints applied to the nodes in this agent pool.
- upgradeSettings AgentPool Upgrade Settings Response 
- The configuration of the agent pool.
- count float
- The number of virtual machines that use this configuration.
- detailed_status str
- The current status of the agent pool.
- detailed_status_ strmessage 
- The descriptive message about the current detailed status.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetes_version str
- The Kubernetes version running in this agent pool.
- location str
- The geo-location where the resource lives
- mode str
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name str
- The name of the resource
- provisioning_state str
- The provisioning state of the agent pool.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- vm_sku_ strname 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- administrator_configuration AdministratorConfiguration Response 
- The administrator credentials to be used for the nodes in this agent pool.
- agent_options AgentOptions Response 
- The configurations that will be applied to each agent in this agent pool.
- attached_network_ Attachedconfiguration Network Configuration Response 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availability_zones Sequence[str]
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extended_location ExtendedLocation Response 
- The extended location of the cluster associated with the resource.
- labels
Sequence[KubernetesLabel Response] 
- The labels applied to the nodes in this agent pool.
- Mapping[str, str]
- Resource tags.
- taints
Sequence[KubernetesLabel Response] 
- The taints applied to the nodes in this agent pool.
- upgrade_settings AgentPool Upgrade Settings Response 
- The configuration of the agent pool.
- count Number
- The number of virtual machines that use this configuration.
- detailedStatus String
- The current status of the agent pool.
- detailedStatus StringMessage 
- The descriptive message about the current detailed status.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- kubernetesVersion String
- The Kubernetes version running in this agent pool.
- location String
- The geo-location where the resource lives
- mode String
- The selection of how this agent pool is utilized, either as a system pool or a user pool. System pools run the features and critical services for the Kubernetes Cluster, while user pools are dedicated to user workloads. Every Kubernetes cluster must contain at least one system node pool with at least one node.
- name String
- The name of the resource
- provisioningState String
- The provisioning state of the agent pool.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- vmSku StringName 
- The name of the VM SKU that determines the size of resources allocated for node VMs.
- administratorConfiguration Property Map
- The administrator credentials to be used for the nodes in this agent pool.
- agentOptions Property Map
- The configurations that will be applied to each agent in this agent pool.
- attachedNetwork Property MapConfiguration 
- The configuration of networks being attached to the agent pool for use by the workloads that run on this Kubernetes cluster.
- availabilityZones List<String>
- The list of availability zones of the Network Cloud cluster used for the provisioning of nodes in this agent pool. If not specified, all availability zones will be used.
- extendedLocation Property Map
- The extended location of the cluster associated with the resource.
- labels List<Property Map>
- The labels applied to the nodes in this agent pool.
- Map<String>
- Resource tags.
- taints List<Property Map>
- The taints applied to the nodes in this agent pool.
- upgradeSettings Property Map
- The configuration of the agent pool.
Supporting Types
AdministratorConfigurationResponse  
- AdminUsername string
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- SshPublic List<Pulumi.Keys Azure Native. Network Cloud. Inputs. Ssh Public Key Response> 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- AdminUsername string
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- SshPublic []SshKeys Public Key Response 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- adminUsername String
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- sshPublic List<SshKeys Public Key Response> 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- adminUsername string
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- sshPublic SshKeys Public Key Response[] 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- admin_username str
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- ssh_public_ Sequence[Sshkeys Public Key Response] 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
- adminUsername String
- The user name for the administrator that will be applied to the operating systems that run Kubernetes nodes. If not supplied, a user name will be chosen by the service.
- sshPublic List<Property Map>Keys 
- The SSH configuration for the operating systems that run the nodes in the Kubernetes cluster. In some cases, specification of public keys may be required to produce a working environment.
AgentOptionsResponse  
- HugepagesCount double
- The number of hugepages to allocate.
- HugepagesSize string
- The size of the hugepages to allocate.
- HugepagesCount float64
- The number of hugepages to allocate.
- HugepagesSize string
- The size of the hugepages to allocate.
- hugepagesCount Double
- The number of hugepages to allocate.
- hugepagesSize String
- The size of the hugepages to allocate.
- hugepagesCount number
- The number of hugepages to allocate.
- hugepagesSize string
- The size of the hugepages to allocate.
- hugepages_count float
- The number of hugepages to allocate.
- hugepages_size str
- The size of the hugepages to allocate.
- hugepagesCount Number
- The number of hugepages to allocate.
- hugepagesSize String
- The size of the hugepages to allocate.
AgentPoolUpgradeSettingsResponse    
- MaxSurge string
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- MaxSurge string
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- maxSurge String
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- maxSurge string
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- max_surge str
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
- maxSurge String
- The maximum number or percentage of nodes that are surged during upgrade. This can either be set to an integer (e.g. '5') or a percentage (e.g. '50%'). If a percentage is specified, it is the percentage of the total agent pool size at the time of the upgrade. For percentages, fractional nodes are rounded up. If not specified, the default is 1.
AttachedNetworkConfigurationResponse   
- L2Networks
List<Pulumi.Azure Native. Network Cloud. Inputs. L2Network Attachment Configuration Response> 
- The list of Layer 2 Networks and related configuration for attachment.
- L3Networks
List<Pulumi.Azure Native. Network Cloud. Inputs. L3Network Attachment Configuration Response> 
- The list of Layer 3 Networks and related configuration for attachment.
- TrunkedNetworks List<Pulumi.Azure Native. Network Cloud. Inputs. Trunked Network Attachment Configuration Response> 
- The list of Trunked Networks and related configuration for attachment.
- L2Networks
[]L2NetworkAttachment Configuration Response 
- The list of Layer 2 Networks and related configuration for attachment.
- L3Networks
[]L3NetworkAttachment Configuration Response 
- The list of Layer 3 Networks and related configuration for attachment.
- TrunkedNetworks []TrunkedNetwork Attachment Configuration Response 
- The list of Trunked Networks and related configuration for attachment.
- l2Networks
List<L2NetworkAttachment Configuration Response> 
- The list of Layer 2 Networks and related configuration for attachment.
- l3Networks
List<L3NetworkAttachment Configuration Response> 
- The list of Layer 3 Networks and related configuration for attachment.
- trunkedNetworks List<TrunkedNetwork Attachment Configuration Response> 
- The list of Trunked Networks and related configuration for attachment.
- l2Networks
L2NetworkAttachment Configuration Response[] 
- The list of Layer 2 Networks and related configuration for attachment.
- l3Networks
L3NetworkAttachment Configuration Response[] 
- The list of Layer 3 Networks and related configuration for attachment.
- trunkedNetworks TrunkedNetwork Attachment Configuration Response[] 
- The list of Trunked Networks and related configuration for attachment.
- l2_networks Sequence[L2NetworkAttachment Configuration Response] 
- The list of Layer 2 Networks and related configuration for attachment.
- l3_networks Sequence[L3NetworkAttachment Configuration Response] 
- The list of Layer 3 Networks and related configuration for attachment.
- trunked_networks Sequence[TrunkedNetwork Attachment Configuration Response] 
- The list of Trunked Networks and related configuration for attachment.
- l2Networks List<Property Map>
- The list of Layer 2 Networks and related configuration for attachment.
- l3Networks List<Property Map>
- The list of Layer 3 Networks and related configuration for attachment.
- trunkedNetworks List<Property Map>
- The list of Trunked Networks and related configuration for attachment.
ExtendedLocationResponse  
KubernetesLabelResponse  
L2NetworkAttachmentConfigurationResponse   
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId string
- The resource ID of the network that is being configured for attachment.
- pluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- network_id str
- The resource ID of the network that is being configured for attachment.
- plugin_type str
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
L3NetworkAttachmentConfigurationResponse   
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- IpamEnabled string
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- IpamEnabled string
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- ipamEnabled String
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId string
- The resource ID of the network that is being configured for attachment.
- ipamEnabled string
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- pluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- network_id str
- The resource ID of the network that is being configured for attachment.
- ipam_enabled str
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- plugin_type str
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- ipamEnabled String
- The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
SshPublicKeyResponse   
- KeyData string
- The SSH public key data.
- KeyData string
- The SSH public key data.
- keyData String
- The SSH public key data.
- keyData string
- The SSH public key data.
- key_data str
- The SSH public key data.
- keyData String
- The SSH public key data.
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
TrunkedNetworkAttachmentConfigurationResponse    
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- NetworkId string
- The resource ID of the network that is being configured for attachment.
- PluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId string
- The resource ID of the network that is being configured for attachment.
- pluginType string
- The indicator of how this network will be utilized by the Kubernetes cluster.
- network_id str
- The resource ID of the network that is being configured for attachment.
- plugin_type str
- The indicator of how this network will be utilized by the Kubernetes cluster.
- networkId String
- The resource ID of the network that is being configured for attachment.
- pluginType String
- The indicator of how this network will be utilized by the Kubernetes cluster.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi