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

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

/**
 * An immutable client-side representation of JobExecutionBase.
 */
public interface JobExecutionBase {
    /**
     * Gets the name property: Job execution name.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the id property: Job execution Id.
     * 
     * @return the id value.
     */
    String id();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy