Uses of Interface
com.azure.resourcemanager.authorization.models.ServicePrincipal.DefinitionStages.WithCreate
Packages that use ServicePrincipal.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ServicePrincipal.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.models
Subinterfaces of ServicePrincipal.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.Methods in com.azure.resourcemanager.authorization.models that return ServicePrincipal.DefinitionStages.WithCreateModifier and TypeMethodDescriptionServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(ActiveDirectoryApplication application) Specifies an existing application to use by the service principal.ServicePrincipal.DefinitionStages.WithApplication.withExistingApplication(String id) Specifies an existing application by its app ID.ServicePrincipal.DefinitionStages.WithApplication.withNewApplication()Specifies a new application to create and use by the service principal.ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable) Specifies a new application to create and use by the service principal.ServicePrincipal.DefinitionStages.WithApplication.withNewApplication(String signOnUrl) Specifies a new application to create and use by the service principal.ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRole(BuiltInRole role, String scope) Assigns a new role to the service principal.ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInResourceGroup(BuiltInRole role, ResourceGroup resourceGroup) Assigns a new role to the service principal.ServicePrincipal.DefinitionStages.WithRoleAssignment.withNewRoleInSubscription(BuiltInRole role, String subscriptionId) Assigns a new role to the service principal.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ServicePrincipal.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCertificateCredential.DefinitionStages.Blank<? extends ServicePrincipal.DefinitionStages.WithCreate>ServicePrincipal.DefinitionStages.WithCredential.defineCertificateCredential(String name) Starts the definition of a certificate credential.ServicePrincipal.DefinitionStages.WithCredential.definePasswordCredential(String name) Starts the definition of a password credential.