Interface ServicePrincipal.DefinitionStages.WithCreate
-
- All Superinterfaces:
Creatable<ServicePrincipal>,HasName,Indexable,ServicePrincipal.DefinitionStages.WithCredential,ServicePrincipal.DefinitionStages.WithRoleAssignment
- All Known Subinterfaces:
ServicePrincipal.Definition
- Enclosing interface:
- ServicePrincipal.DefinitionStages
public static interface ServicePrincipal.DefinitionStages.WithCreate extends Creatable<ServicePrincipal>, ServicePrincipal.DefinitionStages.WithCredential, ServicePrincipal.DefinitionStages.WithRoleAssignment
A service principal definition with sufficient inputs to create a new service principal in the cloud, but exposing additional optional inputs to specify.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasName
name
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ServicePrincipal.DefinitionStages.WithCredential
defineCertificateCredential, definePasswordCredential
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ServicePrincipal.DefinitionStages.WithRoleAssignment
withNewRole, withNewRoleInResourceGroup, withNewRoleInSubscription
-
-