SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity Interface
public static interface SqlServer.UpdateStages.WithSystemAssignedManagedServiceIdentity
A SQL Server definition setting the managed service identity.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource. |
Method Details
withSystemAssignedManagedServiceIdentity
public abstract SqlServer.Update withSystemAssignedManagedServiceIdentity()
Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.
Returns:
Next stage of the SQL Server definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java