Edit

Share via


Get-AzNetworkCloudKubernetesClusterFeature

Get properties of the provided the Kubernetes cluster feature.

Syntax

List (Default)

Get-AzNetworkCloudKubernetesClusterFeature
    -KubernetesClusterName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

Get

Get-AzNetworkCloudKubernetesClusterFeature
    -FeatureName <String>
    -KubernetesClusterName <String>
    -ResourceGroupName <String>
    [-SubscriptionId <String[]>]
    [-DefaultProfile <PSObject>]
    [<CommonParameters>]

GetViaIdentity

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.

Parameter properties

Type:PSObject
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzureRMContext, AzureCredential

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-FeatureName

The name of the feature.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Parameter properties

Type:INetworkCloudIdentity
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

GetViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-KubernetesClusterName

The name of the Kubernetes cluster.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResourceGroupName

The name of the resource group. The name is case insensitive.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SubscriptionId

The ID of the target subscription. The value must be an UUID.

Parameter properties

Type:

String[]

Default value:(Get-AzContext).Subscription.Id
Supports wildcards:False
DontShow:False

Parameter sets

List
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Get
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

INetworkCloudIdentity

Outputs

Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.Api20250201.IKubernetesClusterFeature