Interface CapabilitiesResponse


public interface CapabilitiesResponse
An immutable client-side representation of CapabilitiesResponse.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.CapabilitiesResponseInner object.
    Gets the properties property: Capabilities properties in response.
    Gets the type property: Describes the Resource type: Microsoft.RecoveryServices/Vaults.
  • Method Details

    • type

      String type()
      Gets the type property: Describes the Resource type: Microsoft.RecoveryServices/Vaults.
      Returns:
      the type value.
    • properties

      Gets the properties property: Capabilities properties in response.
      Returns:
      the properties value.
    • innerModel

      Gets the inner com.azure.resourcemanager.recoveryservices.fluent.models.CapabilitiesResponseInner object.
      Returns:
      the inner object.