Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication.DefinitionStages.WithCreate
-
Packages that use ActiveDirectoryApplication.DefinitionStages.WithCreate Package Description com.azure.resourcemanager.authorization.models 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.models Modifier and Type Interface Description static interfaceActiveDirectoryApplication.DefinitionContainer interface for all the definitions that need to be implemented.static interfaceActiveDirectoryApplication.DefinitionStages.BlankThe first stage of the application definition.Methods in com.azure.resourcemanager.authorization.models that return ActiveDirectoryApplication.DefinitionStages.WithCreate Modifier and Type Method Description ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithAccountType. withAccountType(ApplicationAccountType accountType)Specifies the application account type.ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithAccountType. withAccountType(String accountType)Specifies the application account type.ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithMultiTenant. withAvailableToOtherTenants(boolean availableToOtherTenants)ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithIdentifierUrl. withIdentifierUrl(String identifierUrl)Adds an identifier URL to the application.ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.DefinitionStages.WithReplyUrl. withReplyUrl(String replyUrl)Adds a reply URL to the application.ActiveDirectoryApplication.DefinitionStages.WithCreateActiveDirectoryApplication.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.WithCreate Modifier and Type Method Description CertificateCredential.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.
-