Interface ScopeConfigurationInput.Builder

  • Method Details

    • scopeType

      The type of scope. Valid values are TENANT, which scans all resources in the Azure tenant, and SUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.

      Parameters:
      scopeType - The type of scope. Valid values are TENANT, which scans all resources in the Azure tenant, and SUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scopeType

      The type of scope. Valid values are TENANT, which scans all resources in the Azure tenant, and SUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.

      Parameters:
      scopeType - The type of scope. Valid values are TENANT, which scans all resources in the Azure tenant, and SUBSCRIPTION, which scans only the resources in the specified Azure subscriptions.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scopeValues

      The list of scope values. For subscription-level scope, these are Azure subscription IDs.

      Parameters:
      scopeValues - The list of scope values. For subscription-level scope, these are Azure subscription IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopeValues

      ScopeConfigurationInput.Builder scopeValues(String... scopeValues)

      The list of scope values. For subscription-level scope, these are Azure subscription IDs.

      Parameters:
      scopeValues - The list of scope values. For subscription-level scope, these are Azure subscription IDs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.