com.azure.resourcemanager.recoveryservicesbackup.models.AzureVMResourceFeatureSupportResponse 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.recoveryservicesbackup.models;
import com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner;
/**
* An immutable client-side representation of AzureVMResourceFeatureSupportResponse.
*/
public interface AzureVMResourceFeatureSupportResponse {
/**
* Gets the supportStatus property: Support status of feature.
*
* @return the supportStatus value.
*/
SupportStatus supportStatus();
/**
* Gets the inner
* com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner object.
*
* @return the inner object.
*/
AzureVMResourceFeatureSupportResponseInner innerModel();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy