Interface AzureVMResourceFeatureSupportResponse
-
public interface AzureVMResourceFeatureSupportResponse
An immutable client-side representation of AzureVMResourceFeatureSupportResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AzureVMResourceFeatureSupportResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner object.SupportStatus
supportStatus()
Gets the supportStatus property: Support status of feature.
-
-
-
Method Detail
-
supportStatus
SupportStatus supportStatus()
Gets the supportStatus property: Support status of feature.- Returns:
- the supportStatus value.
-
innerModel
AzureVMResourceFeatureSupportResponseInner innerModel()
Gets the inner com.azure.resourcemanager.recoveryservicesbackup.fluent.models.AzureVMResourceFeatureSupportResponseInner object.- Returns:
- the inner object.
-
-