IKubeEnvironmentsOperations Interface

Definition

KubeEnvironmentsOperations operations.

public interface IKubeEnvironmentsOperations
type IKubeEnvironmentsOperations = interface
Public Interface IKubeEnvironmentsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, KubeEnvironment, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Kubernetes Environment.

BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Kubernetes Environment.

CreateOrUpdateWithHttpMessagesAsync(String, String, KubeEnvironment, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Kubernetes Environment.

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Delete a Kubernetes Environment.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Get the properties of a Kubernetes Environment.

ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all the Kubernetes Environments in a resource group.

ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all the Kubernetes Environments in a resource group.

ListBySubscriptionNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get all Kubernetes Environments for a subscription.

ListBySubscriptionWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

Get all Kubernetes Environments for a subscription.

UpdateWithHttpMessagesAsync(String, String, KubeEnvironmentPatchResource, Dictionary<String,List<String>>, CancellationToken)

Creates or updates a Kubernetes Environment.

Extension Methods

BeginCreateOrUpdate(IKubeEnvironmentsOperations, String, String, KubeEnvironment)

Creates or updates a Kubernetes Environment.

BeginCreateOrUpdateAsync(IKubeEnvironmentsOperations, String, String, KubeEnvironment, CancellationToken)

Creates or updates a Kubernetes Environment.

BeginDelete(IKubeEnvironmentsOperations, String, String)

Delete a Kubernetes Environment.

BeginDeleteAsync(IKubeEnvironmentsOperations, String, String, CancellationToken)

Delete a Kubernetes Environment.

CreateOrUpdate(IKubeEnvironmentsOperations, String, String, KubeEnvironment)

Creates or updates a Kubernetes Environment.

CreateOrUpdateAsync(IKubeEnvironmentsOperations, String, String, KubeEnvironment, CancellationToken)

Creates or updates a Kubernetes Environment.

Delete(IKubeEnvironmentsOperations, String, String)

Delete a Kubernetes Environment.

DeleteAsync(IKubeEnvironmentsOperations, String, String, CancellationToken)

Delete a Kubernetes Environment.

Get(IKubeEnvironmentsOperations, String, String)

Get the properties of a Kubernetes Environment.

GetAsync(IKubeEnvironmentsOperations, String, String, CancellationToken)

Get the properties of a Kubernetes Environment.

ListByResourceGroup(IKubeEnvironmentsOperations, String)

Get all the Kubernetes Environments in a resource group.

ListByResourceGroupAsync(IKubeEnvironmentsOperations, String, CancellationToken)

Get all the Kubernetes Environments in a resource group.

ListByResourceGroupNext(IKubeEnvironmentsOperations, String)

Get all the Kubernetes Environments in a resource group.

ListByResourceGroupNextAsync(IKubeEnvironmentsOperations, String, CancellationToken)

Get all the Kubernetes Environments in a resource group.

ListBySubscription(IKubeEnvironmentsOperations)

Get all Kubernetes Environments for a subscription.

ListBySubscriptionAsync(IKubeEnvironmentsOperations, CancellationToken)

Get all Kubernetes Environments for a subscription.

ListBySubscriptionNext(IKubeEnvironmentsOperations, String)

Get all Kubernetes Environments for a subscription.

ListBySubscriptionNextAsync(IKubeEnvironmentsOperations, String, CancellationToken)

Get all Kubernetes Environments for a subscription.

Update(IKubeEnvironmentsOperations, String, String, KubeEnvironmentPatchResource)

Creates or updates a Kubernetes Environment.

UpdateAsync(IKubeEnvironmentsOperations, String, String, KubeEnvironmentPatchResource, CancellationToken)

Creates or updates a Kubernetes Environment.

Applies to