Uses of Class
com.azure.resourcemanager.sql.models.ServicePrincipal
Packages that use ServicePrincipal
Package
Description
Package containing the inner data models for SqlManagementClient.
Package containing the data models for SqlManagementClient.
-
Uses of ServicePrincipal in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return ServicePrincipalModifier and TypeMethodDescriptionManagedInstanceInner.servicePrincipal()Get the servicePrincipal property: The managed instance's service principal.ManagedInstanceProperties.servicePrincipal()Get the servicePrincipal property: The managed instance's service principal.Methods in com.azure.resourcemanager.sql.fluent.models with parameters of type ServicePrincipalModifier and TypeMethodDescriptionManagedInstanceInner.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal.ManagedInstanceProperties.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal. -
Uses of ServicePrincipal in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return ServicePrincipalModifier and TypeMethodDescriptionManagedInstanceUpdate.servicePrincipal()Get the servicePrincipal property: The managed instance's service principal.ServicePrincipal.withType(ServicePrincipalType type) Set the type property: Service principal type.Methods in com.azure.resourcemanager.sql.models with parameters of type ServicePrincipalModifier and TypeMethodDescriptionManagedInstanceUpdate.withServicePrincipal(ServicePrincipal servicePrincipal) Set the servicePrincipal property: The managed instance's service principal.