Interface DatabasePrincipalAssignment.Update
- All Superinterfaces:
DatabasePrincipalAssignment.UpdateStages.WithPrincipalId
,DatabasePrincipalAssignment.UpdateStages.WithPrincipalType
,DatabasePrincipalAssignment.UpdateStages.WithRole
,DatabasePrincipalAssignment.UpdateStages.WithTenantId
- Enclosing interface:
- DatabasePrincipalAssignment
public static interface DatabasePrincipalAssignment.Update
extends DatabasePrincipalAssignment.UpdateStages.WithPrincipalId, DatabasePrincipalAssignment.UpdateStages.WithRole, DatabasePrincipalAssignment.UpdateStages.WithTenantId, DatabasePrincipalAssignment.UpdateStages.WithPrincipalType
The template for DatabasePrincipalAssignment update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignment.UpdateStages.WithPrincipalId
withPrincipalId
Methods inherited from interface com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignment.UpdateStages.WithPrincipalType
withPrincipalType
Methods inherited from interface com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignment.UpdateStages.WithRole
withRole
Methods inherited from interface com.azure.resourcemanager.kusto.models.DatabasePrincipalAssignment.UpdateStages.WithTenantId
withTenantId
-
Method Details
-
apply
DatabasePrincipalAssignment apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-