Interface ServicePrincipal.Definition
-
- All Superinterfaces:
Creatable<ServicePrincipal>
,HasName
,Indexable
,ServicePrincipal.DefinitionStages.Blank
,ServicePrincipal.DefinitionStages.WithApplication
,ServicePrincipal.DefinitionStages.WithCreate
,ServicePrincipal.DefinitionStages.WithCredential
,ServicePrincipal.DefinitionStages.WithRoleAssignment
- Enclosing interface:
- ServicePrincipal
public static interface ServicePrincipal.Definition extends ServicePrincipal.DefinitionStages.Blank, ServicePrincipal.DefinitionStages.WithCreate
Container interface for all the definitions that need to be implemented.
-
-
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.WithApplication
withExistingApplication, withExistingApplication, withNewApplication, withNewApplication, withNewApplication
-
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
-
-