Interface AzureScopeConfiguration.Builder

  • Method Details

    • scopeType

      The type of scope. Valid values are tenant and subscription.

      Parameters:
      scopeType - The type of scope. Valid values are tenant and subscription.
      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 and subscription.

      Parameters:
      scopeType - The type of scope. Valid values are tenant and subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • scopeValues

      The list of scope values, such as subscription IDs, when the scope type is subscription.

      Parameters:
      scopeValues - The list of scope values, such as subscription IDs, when the scope type is subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • scopeValues

      AzureScopeConfiguration.Builder scopeValues(String... scopeValues)

      The list of scope values, such as subscription IDs, when the scope type is subscription.

      Parameters:
      scopeValues - The list of scope values, such as subscription IDs, when the scope type is subscription.
      Returns:
      Returns a reference to this object so that method calls can be chained together.