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

com.azure.resourcemanager.monitor.models.DataCollectionEndpointNetworkAcls Maven / Gradle / Ivy

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

package com.azure.resourcemanager.monitor.models;

import com.azure.core.annotation.Fluent;

/** Network access control rules for the endpoints. */
@Fluent
public final class DataCollectionEndpointNetworkAcls extends NetworkRuleSet {
    /** Creates an instance of DataCollectionEndpointNetworkAcls class. */
    public DataCollectionEndpointNetworkAcls() {
    }

    /** {@inheritDoc} */
    @Override
    public DataCollectionEndpointNetworkAcls withPublicNetworkAccess(
        KnownPublicNetworkAccessOptions publicNetworkAccess) {
        super.withPublicNetworkAccess(publicNetworkAccess);
        return this;
    }

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy