KubernetesClusterFeatures Interface
public interface KubernetesClusterFeatures
Resource collection API of KubernetesClusterFeatures.
Method Summary
Method Details
define
public abstract KubernetesClusterFeature.DefinitionStages.Blank define(String name)
Begins definition for a new KubernetesClusterFeature resource.
Parameters:
Returns:
delete
public abstract OperationStatusResult delete(String resourceGroupName, String kubernetesClusterName, String featureName)
Delete the Kubernetes cluster feature. Delete the provided Kubernetes cluster feature.
Parameters:
Returns:
delete
public abstract OperationStatusResult delete(String resourceGroupName, String kubernetesClusterName, String featureName, String ifMatch, String ifNoneMatch, Context context)
Delete the Kubernetes cluster feature. Delete the provided Kubernetes cluster feature.
Parameters:
Returns:
deleteById
public abstract OperationStatusResult deleteById(String id)
Delete the Kubernetes cluster feature. Delete the provided Kubernetes cluster feature.
Parameters:
Returns:
deleteByIdWithResponse
public abstract OperationStatusResult deleteByIdWithResponse(String id, String ifMatch, String ifNoneMatch, Context context)
Delete the Kubernetes cluster feature. Delete the provided Kubernetes cluster feature.
Parameters:
Returns:
get
public abstract KubernetesClusterFeature get(String resourceGroupName, String kubernetesClusterName, String featureName)
Retrieve the Kubernetes cluster feature. Get properties of the provided the Kubernetes cluster feature.
Parameters:
Returns:
getById
public abstract KubernetesClusterFeature getById(String id)
Retrieve the Kubernetes cluster feature. Get properties of the provided the Kubernetes cluster feature.
Parameters:
Returns:
getByIdWithResponse
public abstract Response<KubernetesClusterFeature> getByIdWithResponse(String id, Context context)
Retrieve the Kubernetes cluster feature. Get properties of the provided the Kubernetes cluster feature.
Parameters:
Returns:
getWithResponse
public abstract Response<KubernetesClusterFeature> getWithResponse(String resourceGroupName, String kubernetesClusterName, String featureName, Context context)
Retrieve the Kubernetes cluster feature. Get properties of the provided the Kubernetes cluster feature.
Parameters:
Returns:
listByKubernetesCluster
public abstract PagedIterable<KubernetesClusterFeature> listByKubernetesCluster(String resourceGroupName, String kubernetesClusterName)
List features for the Kubernetes cluster. Get a list of features for the provided Kubernetes cluster.
Parameters:
Returns:
listByKubernetesCluster
public abstract PagedIterable<KubernetesClusterFeature> listByKubernetesCluster(String resourceGroupName, String kubernetesClusterName, Integer top, String skipToken, Context context)
List features for the Kubernetes cluster. Get a list of features for the provided Kubernetes cluster.
Parameters:
Returns: