Get-AzNetworkCloudKubernetesClusterFeature
Get properties of the provided the Kubernetes cluster feature.
Syntax
Get-AzNetworkCloudKubernetesClusterFeature
-KubernetesClusterName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzNetworkCloudKubernetesClusterFeature
-FeatureName <String>
-KubernetesClusterName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get-AzNetworkCloudKubernetesClusterFeature
-InputObject <INetworkCloudIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get properties of the provided the Kubernetes cluster feature.
Examples
Example 1: List Kubernetes cluster's features
Get-AzNetworkCloudKubernetesClusterFeature -KubernetesClusterName kubernetesClusterName -SubscriptionId subscriptionId -ResourceGroupName resourceGroupName
Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
-------- ---- ------------------- ------------------- ----------------------- ---------------------
uksouth naks-1cac110b-csi-volume 11/14/2024 22:32:15 <identity> Application 11/14/2024 22:46:27
uksouth naks-1cac110b-calico 11/14/2024 22:32:16 <identity> Application 11/14/2024 22:46:28
uksouth naks-1cac110b-node-local-dns 11/14/2024 22:32:16 <identity> Application 11/14/2024 22:46:27
uksouth naks-1cac110b-csi-nfs 11/14/2024 22:32:16 <identity> Application 11/14/2024 22:46:28
uksouth naks-1cac110b-azure-arc-servers 11/14/2024 22:32:16 <identity> Application 11/15/2024 07:04:25
uksouth naks-1cac110b-metrics-server 11/14/2024 22:32:16 <identity> Application 11/14/2024 22:46:27
uksouth naks-1cac110b-cloud-provider-kubevirt 11/14/2024 22:32:17 <identity> Application 11/14/2024 22:46:27
uksouth naks-1cac110b-multus 11/14/2024 22:32:17 <identity> Application 11/14/2024 22:46:28
uksouth naks-1cac110b-ipam-cni-plugin 11/14/2024 22:32:17 <identity> Application 11/14/2024 22:46:27
uksouth naks-1cac110b-metallb 11/14/2024 22:32:17 <identity> Application 11/14/2024 22:46:28
uksouth naks-1cac110b-azure-arc-k8sagents 11/14/2024 22:32:17 <identity> Application 11/14/2024 22:46:28
uksouth naks-1cac110b-sriov-dp 11/14/2024 22:32:18 <identity> Application 11/14/2024 22:46:28
This command lists all features of kubernetes cluster.
Example 2: Get Kubernetes cluster's feature
Get-AzNetworkCloudKubernetesClusterFeature -KubernetesClusterName kubernetesClusterName -SubscriptionId subscriptionId -ResourceGroupName resourceGroupName -FeatureName featureName
Location Name SystemDataCreatedAt SystemDataCreatedBy SystemDataCreatedByType SystemDataLastModifiedAt
-------- ---- ------------------- ------------------- ----------------------- ---------------------
uksouth naks-1cac110b-csi-volume 11/14/2024 22:32:15 <identity> Application 11/14/2024 22:46:27
This command gets details of an Kubernetes cluster feature.
Parameters
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-FeatureName
The name of the feature.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-InputObject
Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.
Type: | INetworkCloudIdentity |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-KubernetesClusterName
The name of the Kubernetes cluster.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ResourceGroupName
The name of the resource group. The name is case insensitive.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-SubscriptionId
The ID of the target subscription. The value must be an UUID.
Type: | String[] |
Position: | Named |
Default value: | (Get-AzContext).Subscription.Id |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Inputs
Outputs
Azure PowerShell