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
Classes in com.azure.resourcemanager.sql.models that implement interfaces with type arguments of type ServicePrincipalModifier and TypeClassDescriptionfinal classThe managed instance's service principal configuration for a resource.Methods in com.azure.resourcemanager.sql.models that return ServicePrincipalModifier and TypeMethodDescriptionstatic ServicePrincipalServicePrincipal.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ServicePrincipal from the JsonReader.ManagedInstanceUpdate.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.