SqlServer.DefinitionStages.WithSystemAssignedManagedServiceIdentity Interface

public interface WithSystemAssignedManagedServiceIdentity

A SQL Server definition setting the managed service identity.

Method Summary

Modifier and Type Method and Description
SqlServer.DefinitionStages.WithCreate withSystemAssignedManagedServiceIdentity()

Sets a system assigned (local) Managed Service Identity (MSI) for the SQL server resource.

Method Details

withSystemAssignedManagedServiceIdentity

public WithCreate 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