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

com.azure.resourcemanager.appcontainers.models.ManagedEnvironmentStoragesCollection 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.appcontainers.models;

import com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStoragesCollectionInner;
import java.util.List;

/**
 * An immutable client-side representation of ManagedEnvironmentStoragesCollection.
 */
public interface ManagedEnvironmentStoragesCollection {
    /**
     * Gets the value property: Collection of storage resources.
     * 
     * @return the value value.
     */
    List value();

    /**
     * Gets the inner com.azure.resourcemanager.appcontainers.fluent.models.ManagedEnvironmentStoragesCollectionInner
     * object.
     * 
     * @return the inner object.
     */
    ManagedEnvironmentStoragesCollectionInner innerModel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy