All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.azure.messaging.eventgrid.systemevents.ContainerServiceNodePoolRollingSucceededEventData Maven / Gradle / Ivy

There is a newer version: 4.27.0
Show newest version
// 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.NodePoolRollingSucceeded event. */
@Fluent
public final class ContainerServiceNodePoolRollingSucceededEventData extends ContainerServiceNodePoolRollingEventData {
    /** Creates an instance of ContainerServiceNodePoolRollingSucceededEventData class. */
    public ContainerServiceNodePoolRollingSucceededEventData() {}

    /** {@inheritDoc} */
    @Override
    public ContainerServiceNodePoolRollingSucceededEventData setNodePoolName(String nodePoolName) {
        super.setNodePoolName(nodePoolName);
        return this;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy