ProxyResource.java

// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.

package com.azure.analytics.synapse.artifacts.models;

import com.azure.core.annotation.Immutable;

/**
 * Proxy Resource The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a
 * location.
 */
@Immutable
public class ProxyResource extends Resource {}