ComputePolicy.DefinitionStages.WithObjectId Interface

public static interface ComputePolicy.DefinitionStages.WithObjectId

The stage of the ComputePolicy definition allowing to specify objectId.

Method Summary

Modifier and Type Method and Description
abstract WithObjectType withObjectId(UUID objectId)

Specifies the objectId property: The AAD object identifier for the entity to create a policy for..

Method Details

withObjectId

public abstract ComputePolicy.DefinitionStages.WithObjectType 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.

Applies to