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

com.azure.resourcemanager.billing.models.CheckAccessResponse 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.billing.models;

import com.azure.resourcemanager.billing.fluent.models.CheckAccessResponseInner;

/**
 * An immutable client-side representation of CheckAccessResponse.
 */
public interface CheckAccessResponse {
    /**
     * Gets the accessDecision property: Access Decision, specifies access is allowed or not.
     * 
     * @return the accessDecision value.
     */
    AccessDecision accessDecision();

    /**
     * Gets the action property: Gets or sets an action.
     * 
     * @return the action value.
     */
    String action();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy