Interface ComputePolicy.UpdateStages.WithObjectId

All Known Subinterfaces:
ComputePolicy.Update
Enclosing interface:
ComputePolicy.UpdateStages

public static interface ComputePolicy.UpdateStages.WithObjectId
The stage of the ComputePolicy update allowing to specify objectId.
  • Method Summary

    Modifier and Type
    Method
    Description
    withObjectId(UUID objectId)
    Specifies the objectId property: The AAD object identifier for the entity to create a policy for..
  • Method Details

    • withObjectId

      ComputePolicy.Update withObjectId(UUID objectId)
      Specifies the objectId property: The AAD object identifier for the entity to create a policy for..
      Parameters:
      objectId - The AAD object identifier for the entity to create a policy for.
      Returns:
      the next definition stage.