Interface SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity
- All Known Subinterfaces:
SqlServer.Definition, SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity
A SQL Server definition setting the managed service identity.
-
Method Summary
Modifier and TypeMethodDescriptionSets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
-
Method Details
-
withSystemAssignedManagedServiceIdentity
SqlServer.DefinitionStages.WithCreate withSystemAssignedManagedServiceIdentity()Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.- Returns:
- Next stage of the SQL Server definition
-