Interface ComputePolicy.UpdateStages.WithObjectType

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

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

    Modifier and Type
    Method
    Description
    Specifies the objectType property: The type of AAD object the object identifier refers to..
  • Method Details

    • withObjectType

      ComputePolicy.Update withObjectType(AadObjectType objectType)
      Specifies the objectType property: The type of AAD object the object identifier refers to..
      Parameters:
      objectType - The type of AAD object the object identifier refers to.
      Returns:
      the next definition stage.