com.azure.messaging.eventgrid.systemevents.ContainerServiceClusterSupportEndingEventData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-messaging-eventgrid Show documentation
Show all versions of azure-messaging-eventgrid Show documentation
This package contains Microsoft Azure EventGrid SDK.
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.messaging.eventgrid.systemevents;
import com.azure.core.annotation.Fluent;
/** Schema of the Data property of an EventGridEvent for a Microsoft.ContainerService.ClusterSupportEnding event. */
@Fluent
public final class ContainerServiceClusterSupportEndingEventData extends ContainerServiceClusterSupportEventData {
/** Creates an instance of ContainerServiceClusterSupportEndingEventData class. */
public ContainerServiceClusterSupportEndingEventData() {}
/** {@inheritDoc} */
@Override
public ContainerServiceClusterSupportEndingEventData setKubernetesVersion(String kubernetesVersion) {
super.setKubernetesVersion(kubernetesVersion);
return this;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy