Interface SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity
-
- All Known Subinterfaces:
SqlServer.Definition,SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
- SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentityA SQL Server definition setting the managed service identity.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlServer.DefinitionStages.WithCreatewithSystemAssignedManagedServiceIdentity()Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
-
-
-
Method Detail
-
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
-
-