ArmProxyResource.java

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

package com.azure.resourcemanager.cosmos.models;

import com.azure.core.annotation.Immutable;
import com.azure.core.management.ProxyResource;
import com.azure.core.util.logging.ClientLogger;
import com.fasterxml.jackson.annotation.JsonIgnore;

/**
 * The resource model definition for a ARM proxy resource. It will have everything other than required location and
 * tags.
 */
@Immutable
public class ArmProxyResource extends ProxyResource {
    @JsonIgnore private final ClientLogger logger = new ClientLogger(ArmProxyResource.class);

    /**
     * Validates the instance.
     *
     * @throws IllegalArgumentException thrown if the instance is not valid.
     */
    public void validate() {
    }
}