![JAR search and dependency download from the Maven repository](/logo.png)
com.azure.resourcemanager.desktopvirtualization.models.ResourceProviderOperation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of azure-resourcemanager-desktopvirtualization Show documentation
Show all versions of azure-resourcemanager-desktopvirtualization Show documentation
This package contains Microsoft Azure SDK for DesktopVirtualization Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Package tag package-2024-04.
The newest version!
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.desktopvirtualization.models;
import com.azure.resourcemanager.desktopvirtualization.fluent.models.ResourceProviderOperationInner;
/**
* An immutable client-side representation of ResourceProviderOperation.
*/
public interface ResourceProviderOperation {
/**
* Gets the name property: Operation name, in format of {provider}/{resource}/{operation}.
*
* @return the name value.
*/
String name();
/**
* Gets the display property: Display metadata associated with the operation.
*
* @return the display value.
*/
ResourceProviderOperationDisplay display();
/**
* Gets the isDataAction property: Is a data action.
*
* @return the isDataAction value.
*/
Boolean isDataAction();
/**
* Gets the properties property: Properties of the operation.
*
* @return the properties value.
*/
OperationProperties properties();
/**
* Gets the inner com.azure.resourcemanager.desktopvirtualization.fluent.models.ResourceProviderOperationInner
* object.
*
* @return the inner object.
*/
ResourceProviderOperationInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy