Interface IngestionSetting


public interface IngestionSetting
An immutable client-side representation of IngestionSetting.
  • 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.
    • properties

      Object properties()
      Gets the properties property: Ingestion setting data.
      Returns:
      the properties value.
    • innerModel

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

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

      IngestionSetting 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.
    • listTokens

      IngestionSettingToken listTokens()
      Returns the token that is used for correlating ingested telemetry with the resources in the subscription.
      Returns:
      configures how to correlate scan data and logs with resources associated with the subscription.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listTokensWithResponse

      com.azure.core.http.rest.Response<IngestionSettingToken> listTokensWithResponse(com.azure.core.util.Context context)
      Returns the token that is used for correlating ingested telemetry with the resources in the subscription.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      configures how to correlate scan data and logs with resources associated with the subscription along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listConnectionStrings

      ConnectionStrings listConnectionStrings()
      Connection strings for ingesting security scan logs and data.
      Returns:
      connection string for ingesting security data and logs.
      Throws:
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • listConnectionStringsWithResponse

      com.azure.core.http.rest.Response<ConnectionStrings> listConnectionStringsWithResponse(com.azure.core.util.Context context)
      Connection strings for ingesting security scan logs and data.
      Parameters:
      context - The context to associate with this operation.
      Returns:
      connection string for ingesting security data and logs along with Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.