Interface IoTSecuritySolutionModel


public interface IoTSecuritySolutionModel
An immutable client-side representation of IoTSecuritySolutionModel.
  • 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: The resource location.
      Returns:
      the location value.
    • systemData

      com.azure.core.management.SystemData systemData()
      Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • tags

      Map<String,String> tags()
      Gets the tags property: Resource tags.
      Returns:
      the tags value.
    • workspace

      String workspace()
      Gets the workspace property: Workspace resource ID.
      Returns:
      the workspace value.
    • displayName

      String displayName()
      Gets the displayName property: Resource display name.
      Returns:
      the displayName value.
    • status

      Gets the status property: Status of the IoT Security solution.
      Returns:
      the status value.
    • export

      List<ExportData> export()
      Gets the export property: List of additional options for exporting to workspace data.
      Returns:
      the export value.
    • disabledDataSources

      List<DataSource> disabledDataSources()
      Gets the disabledDataSources property: Disabled data sources. Disabling these data sources compromises the system.
      Returns:
      the disabledDataSources value.
    • iotHubs

      List<String> iotHubs()
      Gets the iotHubs property: IoT Hub resource IDs.
      Returns:
      the iotHubs value.
    • userDefinedResources

      UserDefinedResourcesProperties userDefinedResources()
      Gets the userDefinedResources property: Properties of the IoT Security solution's user defined resources.
      Returns:
      the userDefinedResources value.
    • autoDiscoveredResources

      List<String> autoDiscoveredResources()
      Gets the autoDiscoveredResources property: List of resources that were automatically discovered as relevant to the security solution.
      Returns:
      the autoDiscoveredResources value.
    • recommendationsConfiguration

      List<RecommendationConfigurationProperties> recommendationsConfiguration()
      Gets the recommendationsConfiguration property: List of the configuration status for each recommendation type.
      Returns:
      the recommendationsConfiguration value.
    • unmaskedIpLoggingStatus

      UnmaskedIpLoggingStatus unmaskedIpLoggingStatus()
      Gets the unmaskedIpLoggingStatus property: Unmasked IP address logging status.
      Returns:
      the unmaskedIpLoggingStatus value.
    • additionalWorkspaces

      List<AdditionalWorkspacesProperties> additionalWorkspaces()
      Gets the additionalWorkspaces property: List of additional workspaces.
      Returns:
      the additionalWorkspaces value.
    • region

      com.azure.core.management.Region region()
      Gets the region of the resource.
      Returns:
      the region of the resource.
    • regionName

      String regionName()
      Gets the name of the resource region.
      Returns:
      the name of the resource region.
    • resourceGroupName

      String resourceGroupName()
      Gets the name of the resource group.
      Returns:
      the name of the resource group.
    • innerModel

      Gets the inner com.azure.resourcemanager.security.fluent.models.IoTSecuritySolutionModelInner object.
      Returns:
      the inner object.
    • update

      Begins update for the IoTSecuritySolutionModel resource.
      Returns:
      the stage of resource update.
    • refresh

      Refreshes the resource to sync with Azure.
      Returns:
      the refreshed resource.
    • refresh

      IoTSecuritySolutionModel refresh(com.azure.core.util.Context context)
      Refreshes the resource to sync with Azure.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      the refreshed resource.