Uses of Interface
com.azure.resourcemanager.authorization.models.PasswordCredential.DefinitionStages.Blank
-
Packages that use PasswordCredential.DefinitionStages.Blank Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of PasswordCredential.DefinitionStages.Blank in com.azure.resourcemanager.authorization.models
Subinterfaces of PasswordCredential.DefinitionStages.Blank in com.azure.resourcemanager.authorization.models Modifier and Type Interface Description static interfacePasswordCredential.Definition<ParentT>The entirety of a credential definition.Methods in com.azure.resourcemanager.authorization.models that return PasswordCredential.DefinitionStages.Blank Modifier and Type Method Description PasswordCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.DefinitionStages.WithCreate>ActiveDirectoryApplication.DefinitionStages.WithCredential. definePasswordCredential(String name)Starts the definition of a password credential.PasswordCredential.DefinitionStages.Blank<? extends ActiveDirectoryApplication.Update>ActiveDirectoryApplication.UpdateStages.WithCredential. definePasswordCredential(String name)Starts the definition of a password credential.PasswordCredential.DefinitionStages.Blank<? extends ServicePrincipal.DefinitionStages.WithCreate>ServicePrincipal.DefinitionStages.WithCredential. definePasswordCredential(String name)Starts the definition of a password credential.PasswordCredential.DefinitionStages.Blank<? extends ServicePrincipal.Update>ServicePrincipal.UpdateStages.WithCredential. definePasswordCredential(String name)Starts the definition of a password credential.
-