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

com.azure.resourcemanager.storage.models.LegalHold Maven / Gradle / Ivy

There is a newer version: 2.44.0
Show newest version
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.

package com.azure.resourcemanager.storage.models;

import com.azure.core.annotation.Fluent;
import com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager;
import com.azure.resourcemanager.resources.fluentcore.model.HasInnerModel;
import com.azure.resourcemanager.storage.StorageManager;
import com.azure.resourcemanager.storage.fluent.models.LegalHoldInner;
import java.util.List;

/** Type representing LegalHold. */
@Fluent
public interface LegalHold extends HasInnerModel, HasManager {
    /** @return the hasLegalHold value. */
    Boolean hasLegalHold();

    /** @return the tags value. */
    List tags();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy