
com.azure.resourcemanager.datafactory.models.PrivateLinkResourcesWrapper 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.datafactory.models;
import com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner;
import java.util.List;
/**
* An immutable client-side representation of PrivateLinkResourcesWrapper.
*/
public interface PrivateLinkResourcesWrapper {
/**
* Gets the value property: The value property.
*
* @return the value value.
*/
List value();
/**
* Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PrivateLinkResourcesWrapperInner object.
*
* @return the inner object.
*/
PrivateLinkResourcesWrapperInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy