Interface DiscoveredSecuritySolution


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

    Modifier and Type
    Method
    Description
    id()
    Gets the id property: Fully qualified resource Id for the resource.
    Gets the inner com.azure.resourcemanager.security.fluent.models.DiscoveredSecuritySolutionInner object.
    Gets the location property: Location where the resource is stored.
    Gets the name property: The name of the resource.
    Gets the offer property: The security solutions' image offer.
    Gets the publisher property: The security solutions' image publisher.
    Gets the securityFamily property: The security family of the discovered solution.
    sku()
    Gets the sku property: The security solutions' image sku.
    Gets the type property: The type of the resource.
  • Method Details

    • id

      String id()
      Gets the id property: Fully qualified resource Id for the resource.
      Returns:
      the id value.
    • name

      String name()
      Gets the name property: The name of the resource.
      Returns:
      the name value.
    • type

      String type()
      Gets the type property: The type of the resource.
      Returns:
      the type value.
    • location

      String location()
      Gets the location property: Location where the resource is stored.
      Returns:
      the location value.
    • securityFamily

      SecurityFamily securityFamily()
      Gets the securityFamily property: The security family of the discovered solution.
      Returns:
      the securityFamily value.
    • offer

      String offer()
      Gets the offer property: The security solutions' image offer.
      Returns:
      the offer value.
    • publisher

      String publisher()
      Gets the publisher property: The security solutions' image publisher.
      Returns:
      the publisher value.
    • sku

      String sku()
      Gets the sku property: The security solutions' image sku.
      Returns:
      the sku value.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.DiscoveredSecuritySolutionInner object.
      Returns:
      the inner object.