Interface ServicePrincipal.DefinitionStages.WithApplication

All Known Subinterfaces:
ServicePrincipal.Definition, ServicePrincipal.DefinitionStages.Blank
Enclosing interface:
ServicePrincipal.DefinitionStages

public static interface ServicePrincipal.DefinitionStages.WithApplication
A service principal definition allowing application to be specified.
  • Method Details

    • withExistingApplication

      Specifies an existing application by its app ID.
      Parameters:
      id - the app ID of the application
      Returns:
      the next stage of the service principal definition
    • withExistingApplication

      Specifies an existing application to use by the service principal.
      Parameters:
      application - the application
      Returns:
      the next stage of the service principal definition
    • withNewApplication

      ServicePrincipal.DefinitionStages.WithCreate withNewApplication(com.azure.resourcemanager.resources.fluentcore.model.Creatable<ActiveDirectoryApplication> applicationCreatable)
      Specifies a new application to create and use by the service principal.
      Parameters:
      applicationCreatable - the new application's creatable
      Returns:
      the next stage of the service principal definition
    • withNewApplication

      Specifies a new application to create and use by the service principal.
      Parameters:
      signOnUrl - the new application's sign on URL
      Returns:
      the next stage of the service principal definition
    • withNewApplication

      Specifies a new application to create and use by the service principal.
      Returns:
      the next stage of the service principal definition