Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithCreate
Packages that use ActiveDirectoryApplication.DefinitionStages.WithCreate
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryApplication.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.models
Subinterfaces of ActiveDirectoryApplication.DefinitionStages.WithCreate in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the definitions that need to be implemented.static interfaceThe first stage of the application definition.Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryApplication.DefinitionStages.WithCreateModifier and TypeMethodDescriptionActiveDirectoryApplication.DefinitionStages.WithAccountType.withAccountType(ApplicationAccountType accountType) Specifies the application account type.ActiveDirectoryApplication.DefinitionStages.WithAccountType.withAccountType(String accountType) Specifies the application account type.ActiveDirectoryApplication.DefinitionStages.WithMultiTenant.withAvailableToOtherTenants(boolean availableToOtherTenants) Deprecated.ActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl.withIdentifierUrl(String identifierUrl) Adds an identifier URL to the application.ActiveDirectoryApplication.DefinitionStages.WithReplyUrl.withReplyUrl(String replyUrl) Adds a reply URL to the application.ActiveDirectoryApplication.DefinitionStages.WithSignOnUrl.withSignOnUrl(String signOnUrl) Specifies the sign on URL.Methods in com.azure.resourcemanager.authorization.models that return types with arguments of type ActiveDirectoryApplication.DefinitionStages.WithCreateModifier and TypeMethodDescriptionCertificateCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.DefinitionStages.WithCreate>ActiveDirectoryApplication.DefinitionStages.WithCredential.defineCertificateCredential(String name) Starts the definition of a certificate credential.PasswordCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.DefinitionStages.WithCreate>ActiveDirectoryApplication.DefinitionStages.WithCredential.definePasswordCredential(String name) Starts the definition of a password credential.
ActiveDirectoryApplication.DefinitionStages.WithAccountType.withAccountType(ApplicationAccountType)