Interface SecuritySolution


public interface SecuritySolution
An immutable client-side representation of SecuritySolution.
  • 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.SecuritySolutionInner object.
    Gets the location property: Location where the resource is stored.
    Gets the name property: The name of the resource.
    Gets the protectionStatus property: The security solutions' status.
    Gets the provisioningState property: The security family provisioning State.
    Gets the securityFamily property: The security family of the security solution.
    Gets the template property: The security solutions' template.
    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 security solution.
      Returns:
      the securityFamily value.
    • provisioningState

      ProvisioningState provisioningState()
      Gets the provisioningState property: The security family provisioning State.
      Returns:
      the provisioningState value.
    • template

      String template()
      Gets the template property: The security solutions' template.
      Returns:
      the template value.
    • protectionStatus

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

      SecuritySolutionInner innerModel()
      Gets the inner com.azure.resourcemanager.security.fluent.models.SecuritySolutionInner object.
      Returns:
      the inner object.