Interface ActiveDirectoryApplication.DefinitionStages.Blank
-
- All Superinterfaces:
ActiveDirectoryApplication.DefinitionStages.WithAccountType,ActiveDirectoryApplication.DefinitionStages.WithCreate,ActiveDirectoryApplication.DefinitionStages.WithCredential,ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl,ActiveDirectoryApplication.DefinitionStages.WithMultiTenant,ActiveDirectoryApplication.DefinitionStages.WithReplyUrl,ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl,Creatable<ActiveDirectoryApplication>,HasName,Indexable
- All Known Subinterfaces:
ActiveDirectoryApplication.Definition
- Enclosing interface:
- ActiveDirectoryApplication.DefinitionStages
public static interface ActiveDirectoryApplication.DefinitionStages.Blank extends ActiveDirectoryApplication.DefinitionStages.WithCreate
The first stage of the application definition.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithAccountType
withAccountType, withAccountType
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithCredential
defineCertificateCredential, definePasswordCredential
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl
withIdentifierUrl
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithMultiTenant
withAvailableToOtherTenants
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithReplyUrl
withReplyUrl
-
Methods inherited from interface com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl
withSignOnUrl
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.model.Creatable
create, create, createAsync, createAsync
-
-