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

com.blazebit.query.connector.azure.resourcemanager.AzureResourceManagedCluster Maven / Gradle / Ivy

The newest version!
/*
 * SPDX-License-Identifier: Apache-2.0
 * Copyright Blazebit
 */
package com.blazebit.query.connector.azure.resourcemanager;

import com.azure.resourcemanager.containerservice.fluent.models.ManagedClusterInner;

/**
 * @author Christian Beikov
 * @since 1.0.0
 */
public class AzureResourceManagedCluster extends AzureResourceWrapper {
	public AzureResourceManagedCluster(String tenantId, String resourceId, ManagedClusterInner payload) {
		super( tenantId, resourceId, payload );
	}

	@Override
	public ManagedClusterInner getPayload() {
		return super.getPayload();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy