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

com.azure.resourcemanager.recoveryservicesbackup.models.WorkloadItemResource Maven / Gradle / Ivy

Go to download

This package contains Microsoft Azure SDK for RecoveryServicesBackup Management SDK. For documentation on how to use this package, please see https://aka.ms/azsdk/java/mgmt. Open API 2.0 Specs for Azure RecoveryServices Backup service. Package tag package-2024-04.

There is a newer version: 1.5.0
Show 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.recoveryservicesbackup.models;

import com.azure.resourcemanager.recoveryservicesbackup.fluent.models.WorkloadItemResourceInner;
import java.util.Map;

/**
 * An immutable client-side representation of WorkloadItemResource.
 */
public interface WorkloadItemResource {
    /**
     * Gets the id property: Fully qualified resource Id for the resource.
     * 
     * @return the id value.
     */
    String id();

    /**
     * Gets the name property: The name of the resource.
     * 
     * @return the name value.
     */
    String name();

    /**
     * Gets the type property: The type of the resource.
     * 
     * @return the type value.
     */
    String type();

    /**
     * Gets the location property: The geo-location where the resource lives.
     * 
     * @return the location value.
     */
    String location();

    /**
     * Gets the tags property: Resource tags.
     * 
     * @return the tags value.
     */
    Map tags();

    /**
     * Gets the properties property: WorkloadItemResource properties.
     * 
     * @return the properties value.
     */
    WorkloadItem properties();

    /**
     * Gets the etag property: Optional ETag.
     * 
     * @return the etag value.
     */
    String etag();

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy